Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 12.2 issue with carthage #590

Open
arturdev opened this issue Nov 25, 2020 · 3 comments
Open

Xcode 12.2 issue with carthage #590

arturdev opened this issue Nov 25, 2020 · 3 comments

Comments

@arturdev
Copy link

arturdev commented Nov 25, 2020

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!

@duyquang91
Copy link

The fix has been merged into master branch: #584
Please release a new version for this officially.

@daltonclaybrook
Copy link

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

@JGwilliams
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants