iOS Question B4I Bridge Reinstall [SOLVED]

fbritop

Active Member
Licensed User
Longtime User
Hi,
Long time since I had to deal with installing the bridge, but I got a new development iPhone.

I have created the identifier with wildcard, but all capabilities are grayed out, and I need to check Wifi and Push, but there is no way. What has changed in the Apple Developer Site or how this should be generated? This is because when I try to compile B4I bridge, it throws an error regarding Wifi and Push capabilities.

Output error when trying to build the bridge:
B4X:
error: Provisioning profile "LlaveMovil_Bridge" doesn't support the Push Notifications capability. (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: error: Provisioning profile "LlaveMovil_Bridge" doesn't include the aps-environment entitlement. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update. (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **
Thanks




Also it can be seen when the provision file is generated

 
Last edited:

fbritop

Active Member
Licensed User
Longtime User
Thanks
But if you check my prev image, you can see that the provision file is indeen a wildcard

I finally did found the error and was for including this line.
B4X:
#Entitlement: <key>aps-environment</key><string>development</string>
Thanks anyway
FBP
 

Attachments

  • 1694692416200.png
    55.7 KB · Views: 123
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…