iOS Question Problem building Bridge-app

Hccsoft

Member
Licensed User
Longtime User
Hello,

I can compile the main app “Example” but if got a problem when I try to build the Bridge-app. I read and see the video in the post How to Build/install Bridge-App and I think I make all the steps.

B4X:
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“com.hccsoft.cotraport”) has an AppID of “com.hccsoft.cotraport” which does not match your bundle identifier “com.hccsoft.cotraport.bridge”.


Error: ** BUILD FAILED **


The following build commands failed:
                Check dependencies
(1 failure)

How can I change the string “com.hcc.cotra.bridge” to “com.hcc.cotra”?
I need to create another Provisioning Profile with the “.bridge” string?

Thanks
 
Top