iOS Question Issues compiling B4I bridge

wimpie3

Well-Known Member
Licensed User
Longtime User
I'm currently setting my first steps in B4I.

I've followed the instructions at
and

One thing I couldn't do was put a "*" as a wildcard, that is no longer allowed in the current interface. So I've put ".*", hoping this would accept no matter what as a name. But this causes the following message to pop up during compilation of B4I bridge:

B4X:
 The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'B4iProject' from project 'B4iProject')
error: Provisioning profile "default" has app ID ".*", which does not match the bundle ID "test.com.bridge". (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **

So I've used com.* as a wildcard and named by app as "com.myappname" and that seems to work. But IMHO the instructions on that could be made more clear in the video tutorial.
 
Last edited:
Top