-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
fix: NodeJS build for M1 iOS simulator #23
Conversation
@dejakob How can I merge your version of the code before it is merged? |
This fix works for me on Apple Silicons. Any plans to merge this PR? |
Yes, some plans. But we have to update it for Node.js 16.x |
This PR works for me on a M2, the NodeMobile.framework also became lighter. 44.7 MB instead of 53.1 MB. |
@staltz Any plans to merge this PR? |
It has merge conflicts, so it's not in shape to be merged. |
Is there an update on the status of merging this PR? It's been a while, and I'm curious to know how much longer it might take for it to be merged. |
I've been able to use nodejs-mobile-react-native on an M1 Mac targeting iOS Simulator, e.g. this week and last week. So it seems to me this PR is no longer needed? |
Working fine on my M2! |
Description
As pointed out in issues #10 and #7, the framework is not supported when using on a simulator on a M1 Macbook.
Thanks to JaneaSystems/nodejs-mobile#340 I was able to create another build of the mobile-nodejs framework that supports both architectures of a simulator and an actual device.