Curry icon indicating copy to clipboard operation
Curry copied to clipboard

Fix build error due to missing libarclite_iphoneos.a from Xcode 14.3 on

Open Kaliumhexacyanoferrat opened this issue 2 years ago • 3 comments

See https://stackoverflow.com/questions/75902676/xcode-14-3-build-error-after-ios-16-4-update-libarclite-iphoneos-a-not-found-l

Kaliumhexacyanoferrat avatar Apr 03 '23 06:04 Kaliumhexacyanoferrat

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.

mokagio avatar Apr 03 '23 09:04 mokagio

By the way, the new Xcode is 14.3, 16.4 is the new iOS version.

mokagio avatar Apr 03 '23 09:04 mokagio

@mokagio : Ah, of course. Better this way?

Kaliumhexacyanoferrat avatar Apr 03 '23 10:04 Kaliumhexacyanoferrat