-
Notifications
You must be signed in to change notification settings - Fork 463
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
iOS arm64 architecture only work on physical device #35
Comments
I'm getting the exact same error while trying out the Example or creating a new React Native application with |
This issue is confirmed. As a workaround, it will work if you use a real device. A fix for using the arm architecture on the simulator will come soon. |
Just so it's mentioned - I can run it fine if I build the app with rosetta which works alright as a workaround for the time being for me. :) I have a second terminal emulator set to run with rosetta I use, but I imagine |
The issue is that before Apple M1 the simulator and the device had different architectures (x64 and arm) which was super simple to handle in fat binaries. Now that we've got the new Apple M1 chip the device and simulator has the same architecture (arm) - but different platforms (iOS and iOS Simulator). This requires us to move the iOS binaries into xcframeworks with all the correct platforms and architectures. This is work in progress. |
Hello
it's not running on IOS
The text was updated successfully, but these errors were encountered: