promises icon indicating copy to clipboard operation
promises copied to clipboard

Increase IPHONEOS_DEPLOYMENT_TARGET to 9.0, for Xcode 16 Compatibility

Open gemmakbarlow opened this issue 1 year ago • 1 comments

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

gemmakbarlow avatar Jun 28 '24 15:06 gemmakbarlow

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.

google-cla[bot] avatar Jun 28 '24 15:06 google-cla[bot]