iOS Question Error while Compiling

ginsh

Member
Licensed User
Longtime User
Hi Anyone,

I am getting the below error while compiling. Can anyone help me.

/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: warning: 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')
 

ginsh

Member
Licensed User
Longtime User
Hi All,

I found the solution. Thanks

In the main module i changed the MinVersion to 12

#MinVersion: 12
 
Upvote 1
Solution
Top