When I create a new B4XPage Project and then compile it (local builder), I get the following error:
I can fix it if i set the
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