-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cocoapods version does not support x86_64 builds #176
Comments
@nakajima is the best person to answer that. They're unfortunately out on vacation. I'm not sure if it's just as simple as adding the x86 arch, or if more work would be required to actually make it compile. Feel free to give it a try on a fork. |
I think this was just an oversight on our end. We were previously doing cocoapod publishes locally which caused some issues with the M1 laptops and would break often with xcode and os updates. We recently moved cocoapod publishing to github actions which makes the builds more stable and consistent. Let me know if the latest release fixes your issues. 🙏 Feel free to reopen otherwise. |
I booted this up on my intel laptop and was able to get everything running no problem so I cannot reproduce. @fabriguespe do you mind doing a little more digging on why using expos eas builds would still be broken for react native 🙏 |
Hello, is Expo EAS using intel machines to build? We do not use EAS so I'm not sure. Is broken eas builds something you are experiencing? |
I would recommend removing the |
Good call thanks for the suggestion @alfonsocj I just removed it entirely so hopefully this will unblock any issues. @peterferguson can you confirm if Expo EAS builds now work on the latest react native version. 🙏 |
Describe the bug
👋 I'm trying to use this library through cocoapods and I see in the podspec that the
VALID_ARCHS
is set to arm64. I'm wondering if there's a reason why x86_64 is not included. This does not happen with swift package manager, as I can build for x86_64 simulators with that one.If I try to build for an x86 simulator I get this error:
@nakajima @nplasterer, would you happen to know the reason?
Thanks! 🙏
Expected behavior
XMTP works with x86_64 simulators
Steps to reproduce the bug
Import XMTP and build for an x86_64 simulator
The text was updated successfully, but these errors were encountered: