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
When using Xcode 12 beta 6, I can see the following warnings. i'm using Starscream version 3.1.1
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.
Although a warning for now, I've seen cases in other packages that the warning comes with build issues along side and sometimes works on simulator but not the canvas preview. Also this warning may become an error in the future.
Can Starscream's podspec be updated to support minimum iOS 9?
s.ios.deployment_target = '9.0'
The text was updated successfully, but these errors were encountered:
When using Xcode 12 beta 6, I can see the following warnings. i'm using Starscream version 3.1.1
Although a warning for now, I've seen cases in other packages that the warning comes with build issues along side and sometimes works on simulator but not the canvas preview. Also this warning may become an error in the future.
Can Starscream's podspec be updated to support minimum iOS 9?
The text was updated successfully, but these errors were encountered: