grab / grab/cocoapods-binary-cache
Build frameworks for arm64 architecture as well ?
- Dominant language
- Ruby
- Stars
- 488
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
### Checklist
- [x] I've read the [Contribution Guidelines](https://github.com/grab/cocoapods-binary-cache/blob/master/CONTRIBUTING.md)
- [x] I've searched for [existing GitHub issues](https://github.com/grab/cocoapods-binary-cache/issues) if there was such a request before.
### Description
As of now when we use `pod binary prebuild`, it prebuilds the framework line below
`xcodebuild -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
[Details go here]
#### Summary
[Details go here]
Contributor guide
Assessment
This issue has not been assessed yet.