You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
I think the build scripts do not allow for Apple's new "app thinning" functionality because I see an error like this when I try to link libcurl into my Xcode project:
(libcurl_la-easy.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
I think the build scripts do not allow for Apple's new "app thinning" functionality because I see an error like this when I try to link libcurl into my Xcode project: