-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
Compiler error integrating from CocoaPods since version 1.16.0 #594
Comments
Hm, those are missing Swift symbols, in addition to the missing Rust library. *attempts psychic debugging* Is it possible you only have a build for the x86_64 simulator, but are now running on an arm64 Mac? Other than that, I'll have to try it out later, none of the 1.16.0 release notes suggest a change that would cause this problem. (Are you integrating using a repository dependency or a local path dependency?) |
Doing some local testing, it also seems like 1.16 turns on "Build Library for Distribution" for dependencies, which is (a) not a valid thing for them to be doing, and (b) not supported by libsignal. I don't know if that's the cause of these errors (I got a compilation error before even getting to linking), but it's something to be aware of. |
Looks like they're reverting that, so maybe there'll be a 1.16 update soon to get past that issue. Then we'll see if there's another one for you. CocoaPods/Xcodeproj#992 |
Sure! It seems to work with the latest CocoaPods release. Due to the end of active support, it would be great to start thinking about a migration to SwiftPM. |
Only when Signal-iOS does, and I think that's a ways off, but I'll let the iOS team know. For now, closing this, glad it works! |
The text was updated successfully, but these errors were encountered: