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
After updating to Xcode 12.2 the PINRemoteImage is not building.
Basically all my projects which have a dependency on this lib are not building with the new xcode 12.2!
The text was updated successfully, but these errors were encountered:
The Carthage build fails for me even on master using Xcode 12.4. This might be related to Apple Silicon because this error appears to be:
PINRemoteImage/webp/WebPDecoder.framework/WebPDecoder(libwebpdecode_la-webp_dec.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64
Still occurring. WebPDecoder framework seems to be the culprit. It's not been updated since 2015 and needs to be rebuilt for arm64 to be compatible with Xcode 12. I suspect we'd get the same issue for WebPDemux too if the compiler got past this issue.
After updating to Xcode 12.2 the PINRemoteImage is not building.
Basically all my projects which have a dependency on this lib are not building with the new xcode 12.2!
The text was updated successfully, but these errors were encountered: