Curry
Curry copied to clipboard
Fix build error due to missing libarclite_iphoneos.a from Xcode 14.3 on
See https://stackoverflow.com/questions/75902676/xcode-14-3-build-error-after-ios-16-4-update-libarclite-iphoneos-a-not-found-l
Thank you for looking into this @Kaliumhexacyanoferrat 🙌
If we're bumping the deployment target in the Xcode projects, we should do it in the podspec file as well.
By the way, the new Xcode is 14.3, 16.4 is the new iOS version.
@mokagio : Ah, of course. Better this way?