iOS Question [SOLVED] Primary remote Hosted Builder

Star-Dust

Expert
Licensed User
Longtime User
When I compile a library with Primary Hosted Constructor it gives me this error. It doesn't happen if I compile an App.
If I use the secondary one it compiles both libraries and Apps correctly. For the moment I use the secondary one and it's fine, but I wonder what this error means

 

MarcoRome

Expert
Licensed User
Longtime User
The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'B4iProject' from project 'B4iProject')
Set
B4X:
#MinVersion: 11

or 13
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Same error also with 13. But I don't think this is it, it would also give it on Apps
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…