iOS Question B4i-Bridge is no longer available

cwt

Active Member
Licensed User
Longtime User
Hello,

I get the error message in the subject when I try to start the B4i-Bridge on my Apple test phone.

It may just be a coincidance, but I have also just renewed my annual hosted builder subscription and am using a new user ID

If I try to build a new bridge I get the below error message:

"Error: Store provision profile can only be used in release compilation"

My certificate is only a couple months old and so is the store provision file.

What might I be doing wrong here? Thanks.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

cwt

Active Member
Licensed User
Longtime User
Hello,

I get the error message in the subject when I try to start the B4i-Bridge on my Apple test phone.

It may just be a coincidance, but I have also just renewed my annual hosted builder subscription and am using a new user ID

If I try to build a new bridge I get the below error message:

"Error: Store provision profile can only be used in release compilation"

My certificate is only a couple months old and so is the store provision file.

What might I be doing wrong here? Thanks.
I was able to re-build the bridge by commenting out this code in the Main module of my app:

'#if RELEASE
' #ProvisionFile: store.mobileprovision
'#else
#ProvisionFile: provision.mobileprovision
'#end if

Was able to then build the bridge and install on my phone.
 
Upvote 0
Top