Skip to content
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

Prebuilding dependencies does not work on M1 processor architecture (arm64) #164

Open
andreiasandei opened this issue Sep 9, 2022 · 2 comments

Comments

@andreiasandei
Copy link

I have a simple iOS project and I would like to precompile pod dependencies. After following the steps you provided, when I run pod install, the script fails when trying to prebuild any library. There is no error message displayed, the script just fails.

After looking at your code, the issue seems to be the fact that the processor architecture (and hence the architecture of the iPhone simulator) is arm64 not x86_64 as the machine I am using has an M1 processor.

I believe this is an issue more and more users will face as the Apple dev community is slowly shifting towards this processor architecture.

I have XCode v13.4.1 installed and macOS Monterey (v12.5).

Please let me know if I can provide further details.

@blyscuit
Copy link

I'm getting this same failure on Intel Mac as well. Xcode: 14.2 (14C18) Mac: 12.5 (21G72).

Prebuild frameworks (total 22)
Prebuilding Firebase
Prebuilding KeychainAccess...
Done

@mdellagi77
Copy link

No answer here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants