PINRemoteImage
PINRemoteImage copied to clipboard
Xcode 12.2 issue with carthage
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 fix has been merged into master branch: https://github.com/pinterest/PINRemoteImage/pull/584 Please release a new version for this officially.
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.