You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language: Swift
Platform: iPhone
iOS Version: iOS 9 - 14
Expected Behavior
Xcode 12 build without warnings, proposal to move target to iOS 9
Actual Behavior
Xcode 12.x warning
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.
Steps to Reproduce the Problem
Use latest Xcode 12 or 12.0.1
Use TPKeyboardAvoiding in a Swift project with target iOS 11
The text was updated successfully, but these errors were encountered:
Usage Details
Language: Swift
Platform: iPhone
iOS Version: iOS 9 - 14
Expected Behavior
Xcode 12 build without warnings, proposal to move target to iOS 9
Actual Behavior
Xcode 12.x warning
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.
Steps to Reproduce the Problem
Use latest Xcode 12 or 12.0.1
Use TPKeyboardAvoiding in a Swift project with target iOS 11
The text was updated successfully, but these errors were encountered: