-
Notifications
You must be signed in to change notification settings - Fork 4
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
Build Error on iOS Simulator with ReactBridge #11
Comments
Hi! ReactBridge is delivered as a library with source code and can be compiled for any needed platforms and works both real devices or simulators. In your case try the following:
If it doesn't help you can try to delete DerivedData folder manually or remove and then add the package. |
@ikhvorost
I agree with you. but I don’t understand why it fails for a non-Rosetta. |
I Googled and found a hint. (this) so... it seems using the Rosetta simulator will make everyone happy. |
I use ReactBridge in my test and real projects and can compile and run on devices and arm/x86 simulators with no issues. So maybe your case is related to your project's configuration or your project has binary dependency with x86 simulator only and it causes the error on ReactBridge. Try to make new clear sample app for React Native and add ReactBridge to test and verify. |
I agree. it seems like the issue is related to my project’s configuration. Thanks for the quick and friendly response. |
Hi, thank you for creating such a convenient tool.
I encountered the following error when trying to build on the iOS simulator:
I did not face this issue when building on a real device.
As a beginner in iOS development, I’m not sure if this is an issue with my environment or if it’s something that needs to be supported by the ReactBridge package.
Xcode version: 15.4
ReactBridge package version: 1.2.0 (latest)
React Native version: 0.73.8
The text was updated successfully, but these errors were encountered: