-
Notifications
You must be signed in to change notification settings - Fork 17
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
ARM64 slice excluded from cocoapods spec? #109
Comments
curious where this is on the roadmap @akornich, as today is presumably the last day of 2022-Q1. thnx |
+1 for this, since the pod spec uses The guide mentions this and says its use is not recommended: https://guides.cocoapods.org/syntax/podspec.html#user_target_xcconfig |
Another +1 — just want to share that this is also a problem for my projects. |
Guys, thanks for all the feedback. Let me see if I can squeeze it in within the next couple of weeks... |
Appreciated, thank you! |
Hi! Looks like this library is still stripping the arm64 slice when building for the simulator, which causes issues when building for the simulator on an M1* mac.
Wondering if it would be possible to update the pod to include the required slice?
following podspec lines would need to be removed:
Background is here:
CocoaPods/CocoaPods#10978 (comment)
and
https://stackoverflow.com/questions/63607158/xcode-12-building-for-ios-simulator-but-linking-in-an-object-file-built-for-io/66233165#66233165
The text was updated successfully, but these errors were encountered: