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

Fix Xcode 14.3 build issue #208

Closed paulb777 closed 11 months ago

paulb777 commented 1 year ago

Xcode 14.3 does not support building for a minimum macOS target of 10.10.

More context at https://stackoverflow.com/questions/75574268/missing-file-libarclite-iphoneos-a-xcode-14-3

paulb777 commented 11 months ago

Covered by https://github.com/google/promises/commit/d8a65c5ab2bbd6a4099bebcb8caad69e793bdb66 and #220