Posts

Post not yet marked as solved
27 Replies
43k Views
Today I updated Xcode to version 11.3 to build my app for iOS 13.3. I opened my project but couldn't find the iOS deployment target 13.3 when opening the project file. Neither dropdowns in the "Project" or "Target section" show it (options are between iOS 8.0 - iOS 13.2).I updated macOS to the latest version, restarted, re-installed Xcode (deleted from Applications folder, installed through App Store), restarted again - still no value for build iOS 13.3?When I manually change the version string in the project file, I obviously run into build issues:"The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 13.3, but the range of supported deployment target versions is 8.0 to 13.2.99."Details:- Xcode 11.3 (11C29)- macOS Catalina 10.15.2
Posted Last updated
.