-
Notifications
You must be signed in to change notification settings - Fork 70
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
Build frameworks for arm64 architecture as well ? #68
Comments
This is related to this issue: #19 |
Thank you @Oxthor , Let me give a try and keep posted. |
So to clarify more, after making
But i am still seeing like below. |
It is a two step build, first simulator, then devices. Wait a bit more and once the simulator one finishes, you will see an extra xcodebuild command running for device. Just to clarify, this is the param you should be setting: |
@Oxthor Let me try this quickly and get back to u for any other issues i see. |
Yes, it is executing one more command after a delay. Thank you. I have another question if I use
|
Checklist
Description
As of now when we use
pod binary prebuild
, it prebuilds the framework line belowxcodebuild -project /Users/XXX/projects/XXX/XXX/_Prebuild/Pods.xcodeproj -target IntuitAuthorization -configuration Debug -sdk iphonesimulator -destination "generic/platform=iOS Simulator" ARCHS=x86_64 ONLY_ACTIVE_ARCH=NO build 2>&1
How to can we include ARCHS=x86_64, arm64? so that archiving works.
Motivation
Summary
The text was updated successfully, but these errors were encountered: