iOS Question SOLVED: Can't compile with 10.0 - Copilot says it is because "The Hosted Builder is still running an older B4i version than your IDE."

JackKirk

Well-Known Member
Licensed User
Longtime User
Having all sorts of problems trying to compile my major B4i app.

I was on 8.9 - but the compiler gave messages that the forum suggested I needed to upgrade to 10.0

Upgraded to 10.0 and now the compiler is giving a great slew of messages ending with:
When I throw this at MS Copilot it comes back with:
 

JackKirk

Well-Known Member
Licensed User
Longtime User
Please post the full text as an attachment.
Erel, thanks for looking into this.

I should note that the app compiled a couple of days ago on 8.9 without problems.

Only change made this end is upgrading to 10.0

The complete dump is in the attachment.

Thanks again...
 

Attachments

  • B4i R10 dump.txt
    58 KB · Views: 66
Upvote 0

JackKirk

Well-Known Member
Licensed User
Longtime User
Dug into the dump a bit and noticed this at top of error messages:

Error: security: SecKeychainDelete: The specified keychain could not be found.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Error: security: SecKeychainDelete: The specified keychain could not be found.
I think that this message is added by Xcode compiler to confuse the developer. The actual error is:

error: 'iCPP.h' file not found

In 99% of the cases you need to search for "error:" (lowercase) to find the real error.

Remove iCPP library from your project. It is no longer needed.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…