google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.79k stars 291 forks source link

Increase IPHONEOS_DEPLOYMENT_TARGET to 9.0, for Xcode 16 Compatibility #233

Open gemmakbarlow opened 1 week ago

gemmakbarlow commented 1 week ago

In Xcode 16.2 Beta 2, iOS Carthage builds will fail unless the minimum OS version is bumped. Given tvOS minimum is set to 9.0, this seemed appropriate.

The error I originally ran into, prompting this change, is shown below -

clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a'; try increasing the minimum deployment target
google-cla[bot] commented 1 week ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.