PINRemoteImage icon indicating copy to clipboard operation
PINRemoteImage copied to clipboard

Xcode 12.2 issue with carthage

Open arturdev opened this issue 4 years ago • 3 comments

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!

arturdev avatar Nov 25 '20 08:11 arturdev

The fix has been merged into master branch: https://github.com/pinterest/PINRemoteImage/pull/584 Please release a new version for this officially.

duyquang91 avatar Apr 13 '21 18:04 duyquang91

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

daltonclaybrook avatar Apr 19 '21 20:04 daltonclaybrook

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.

JGwilliams avatar Jul 01 '21 09:07 JGwilliams