iOS Question Compile error - B4i-Bridge

MikeH

Well-Known Member
Licensed User
Longtime User
On my local host Mac Mini, I added an ssd for the OS and moved my user folder to the hdd. I think that move is causing this error:

B4X:
B4i version: 2.50 BETA #1
Parsing code.    (0.00s)
Compiling code.    (0.14s)
Building designer app.    (0.07s)
Building Xcode project    (0.24s)
Sending data to remote compiler.    Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

(FileNotFoundException) java.io.FileNotFoundException: /Users/mike/Library/MobileDevice/Provisioning Profiles/c54ee778-5e25-4f6d-9bae-f5bccc2724b3/b4i.mobileprovision (No such file or directory)

My user folder is now DATA/mike/ ... not /Users/mike. "DATA" is the name of the hdd.

Is there a setting file that I need to edit so that the compiler knows where to find the relevant files?
Or is there another way to fix this?
 

MikeH

Well-Known Member
Licensed User
Longtime User
It worked. Thank you Erel :)
 
Upvote 0
Top