iOS Question [RESOLVED] Error when compiling B4I-Bridge application

SweetCacao

Member
Licensed User
Good afternoon everyone.

My problem is that my B4i application gives an error when compiling the application to B4I-Bridge in the remote compiler.

I have followed all the instructions in the tutorials to the letter, even using the same example that they use in the videos, but it gives me the following error, I don't know what to do to solve it.

Thank you very much in advance:

 

SweetCacao

Member
Licensed User

The error was this:

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 17.2.99. (in target 'B4iProject' from project 'B4iProject')

I changed The iOS deployment target to 13 and it solved.
 
Upvote 0