segmentio / analytics-ios

The hassle-free way to integrate analytics into any iOS application.
https://segment.com/libraries/ios
MIT License
398 stars 332 forks source link

Compiler failure on Xcode 14 Beta 2 #1037

Closed fastharper closed 2 years ago

fastharper commented 2 years ago

It looks like the Xcode 14 Beta doesn't want to support anything older than iOS 11. Should be an easy change...

The errors are:*

The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.0.99.

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.0.99.

fastharper commented 2 years ago

Using the other repo https://github.com/segmentio/analytics-swift

is fine. I've switched to that repo and there are no issues.