How to use rugby with EXCLUDED_ARCHS? #471
Unanswered
RachenkoViacheslav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some pods when I need to set EXCLUDED_ARCHS = arm64
I use cocoapods hook to set build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
If I did it, I can't build rugby because I got error like this:
If I remove it rugby command successfully completed but when I open project in xcode I can’t run or build it because got errors that some modules not exist. I tried to add some pods to ignore (use rugby -e) but it not help and I got error even with Alamofire. When I return EXCLUDED_ARCHS project successfully build.
Beta Was this translation helpful? Give feedback.
All reactions