Wish Set MinVersion to 11 if i create a new B4XPage Project

Alexander Stolte

Expert
Licensed User
Longtime User
When I create a new B4XPage Project and then compile it (local builder), I get the following error:
B4X:
B4iProject.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'B4iProject' from project 'B4iProject')

I can fix it if i set the #MinVersion: 8 to 11
 
Top