-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Can't run react-native run-ios with Build Active Architecture Only=NO #23159
Comments
It looks like you are using an older version of React Native. Please update to the latest release, v0.58 and verify if the issue still exists. The "⏪Old Version" label will be removed automatically once you edit your original post with the results of running |
@vitalii could you please upgrade to 0.58 and check if new build system works? |
I have updated version, there is still error if build the app with Build Active Architecture Only=NO |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
Description
Can't build debug scheme with new build system but can and Build Active Architecture Only set to NO
Basically, when I run Fastlane release build or through Xcode it works fine
this is a command from Fastlane/Xcode and it's working fine, binary is built.
But if I try to build debug version on simulator
react-native run-ios simulator="iPhone Xs"
it throws me error
it will only work when I change Build Active Architecture Only to YES
npm dependecies
So, wonder why it happens, and what I can do fix it? What's interesting it was working 2 weeks ago, and I didn't change my npm dependencies and was using the same package-lock.json file.
I tried multiple times to clean build, resintall dependencies but haven't managed it to work, with legacy build system as well
The text was updated successfully, but these errors were encountered: