iOS Question Local Mac builder problems after update to v7

nwhitfield

Active Member
Licensed User
Longtime User
I've updated B4i to version 7, and updated the local Mac builder. For that, I copied all the Libs from the new version over the old version, though there are also some additional libraries I've added, such as iRSA, and iAlertView.

Those are creating errors on compilation such as:

ld: warning: object file (../../Libs/libiRSA.a(iRSA.o)) was built for newer iOS version (10.2) than being linked (10.0)

Is there a simple fix for this that I'm missing somewhere? This is how I updated previous local builder versions, without incident
 

nwhitfield

Active Member
Licensed User
Longtime User
Aha; updated the MinVersion for the app to 10.2 from 10, and that's fixed that.

But there's an error related to FBLPromises, which appears to be being request via analytics, though I don't have an FB libraries in the project
 
Upvote 0

nwhitfield

Active Member
Licensed User
Longtime User
Thanks; that's done the trick, though I had all of those already from last time round. Guess I must have filed to click on something when copying from the previous installation to the new one
 
Upvote 0
Top