I am facing such error:
“Automatic signing failed
Xcode failed to provision this target.”
“Provisioning profile “iOS Team Provisioning Profile: org.reactjs.native.example.hmp-wheels” doesn’t include the UIBackgroundModes entitlement.”
Error from xcode:
https://developer.apple.com/account/resources/identifiers has no “UIBackgroundModes entitlement” therefore I physically can’t enable it. Left image on screenshot is from xcode, right from the website. The item is missing on the website
Screenshot:
xcode:
So my question is how to solve such problem? Manual signing gives no effect. But “Push Notifications” when added in xcode was successfully checked in “Capabilities” section on https://developer.apple.com/account/resources/identifiers.
Thank you.
[upd1]
5