iOS Question Error in b4i compilation with bridge

ken87

Active Member
Licensed User
Longtime User
When I compile the application I get this error:
B4X:
note: Build preparation complete
warning: Building targets in manual order is deprecated -
 check "Parallelize build for command-line builds" in the project editor,
 or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: Provisioning profile "mio20" has app ID "it.soft.menu",
which does not match the bundle ID "it.soft.menu.bridge". (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **
ReplyReport Edit Delete


I tried to download the certificate and associate it but I didn't solve the problem ..
What am I doing wrong?
Thanks for help
 

TheRealMatze

Active Member
Licensed User
Create a second provisioning-file with a wildcard or explicit for it.soft.menu.bridge but hold the it.soft.menu for publishing to the appstore.
 
Upvote 0
Top