iOS Question Can't build B4i-Bridge App

wineos

Member
Licensed User
Longtime User
Hi,

I tried to build the B4i-Bridge App but failed.

B4X:
B4i Version: 7.80
Parsing code.    (0.00s)
Building folders structure.    (0.02s)
Compiling code.    (0.00s)
Building designer app.    (0.01s)
Building Xcode project.    (0.67s)
Preparing project for builder.    (0.03s)
    Project size: 0.23 MB
Sending data to remote compiler.    Error
Error: security: SecKeychainItemImport: Unknown format in import.

Please help. Thank you!
 

hatzisn

Well-Known Member
Licensed User
Longtime User
Have you followed @Erel 's tutorial on how to create keys, certificates and provisioning profiles? Have you set the package name of your app to start with the prefix you have selected in developer's account?
 
Upvote 0

wineos

Member
Licensed User
Longtime User
Have you followed @Erel 's tutorial on how to create keys, certificates and provisioning profiles? Have you set the package name of your app to start with the prefix you have selected in developer's account?

Hi hatzisn,

Yes, I have followed Erel's tutorial to create keys, certificates and provisioning profiles, and set the package name with the prefix as the developer's account.

What wrong is it? Please help! Thank you so much!
 
Upvote 0

wineos

Member
Licensed User
Longtime User
Hi Erel,

I have exactly followed your steps, and it still failed.

But after I changed to used openjdk and set the server in 32bit, it works now.

Thanks.
 
Upvote 0
Top