iOS Question Compile error after upgrading to B4i 10.00

NGUYEN TUAN ANH

Active Member
Licensed User
Longtime User
Could you please help me.!
I have bought and upgraded (Standard + Hosted Mac Builder) to 10.00, everything OK
But when compiling, the following error occurs.

B4i Version: 10.00
Parsing code. (0.46s)
Building folders structure. (0.17s)
Compiling code. (0.86s)
Compiling layouts code. (0.03s)
Compiling debugger engine code. (9.39s)
Building Xcode project. (0.54s)
Preparing project for builder. (1.76s)
Project size: 2.73 MB
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

b4i_xuiviewsutils.h:1:9: error: 'iActivityBar.h' file not found (in target 'B4iProject' from project 'B4iProject')
 
Last edited:

NGUYEN TUAN ANH

Active Member
Licensed User
Longtime User
I mean on the build server settings, try compile with the secondary builder checked and then try with uncheck.
1770379660380.png

I tried recompiling with two servers as you instructed, but it didn't change anything.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Can you remove this library?

I think you can replace it with BCToast, iHud or B4XDialog.
How about this?
That library is very old and seems no longer maintained by the author.
 
Last edited:
Upvote 0
Top