-
Notifications
You must be signed in to change notification settings - Fork 44
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 11 (iOS 13) Warnings #29
Comments
Can you post a bit more of the error message? It’s kind of cut-off at the „for“ at the end. |
@TimNN that's actually the entire message that Xcode spits out |
I'm having a similar issue when linking a My initial suspicion was that the new version of the Apple platforms require a new load command in the Mach-O header to verify the platform of a library. But after comparing a sample static library produced by Xcode 11 (which doesn't emit the warning when linked to) and another sample static library produced by |
lipo is used for creating FAT executable, containing both 32bit and 64bit arm code on iOS . Since iOS does not support 32bit executable any more on iOS 12 there is no need for lipo any more.
Same might be true for Xcode 13 for Catalina. since 32bit is unsupported now as well. |
Have you tried cargo lipo binaries with Xcode 11 + iOS 13?
Any idea why I might be getting warnings in Xcode like this:
There are about 1k of them for all my depenencies in the chain.
Thanks!
The text was updated successfully, but these errors were encountered: