iOS Question Error Message in B4i

Rattigan_Roger

Member
Licensed User
Longtime User
I recently changed to B4i 3.50
Using the local MacServer
Updated that as well with link that came in the update email.

After trying to build a B4i bridge the status window displays the following:
---------------------------------
B4i version: 3.50
Parsing code. (0.10s)
Compiling code. (0.36s)
Compiling layouts code. (0.02s)
Compiling debugger engine code. (4.56s)
Building Xcode project (0.10s)
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

(FileNotFoundException) java.io.FileNotFoundException: /Users/AccountOwner/Library/MobileDevice/Provisioning Profiles/fa04172b-c957-4b22-a4b8-c4d162ac2bcf/b4i.mobileprovision (No such file or directory)222222
------------------------------------

I checked my provisioning files and certs and all seems to be in order.

There is a file name b4i.mobileprovision ( the one that I assume the above message is referring to) in the folder on the Mac named for my B4i username. There is no Library folder nor a Provisioning Profiles folder as is suggested by the above error message.

Any thoughts as to what I have done to break things?
 
Last edited:

ilan

Expert
Licensed User
Longtime User
Why doesn't the jar unpacking thing work properly on the MacAir?

maybe security settings?

b4i builder should run also on the macair.
i would suggest you to remove the whole folder in your macair then remove the brisge app on your phone and also remove the app on your phone (the app that you are trying to build (if such exists))

then download again the b4i server and connect to it via your pc and build the bridge app. and try to build your app again.
 
Upvote 0

Rattigan_Roger

Member
Licensed User
Longtime User
Thanks and actually I have done those steps (several times).

I had not, however, looked into the security settings.
There has to be a reason.
After I get my current project finished I will delve into it and report here.
 
Upvote 0
Top