-
Notifications
You must be signed in to change notification settings - Fork 583
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
The "bundle install & & RCT_NEW_ARCH_ENABLED=1 bundle exec pod install" command results in the error "Could not find the Realm binary." #6640
Comments
➤ PM Bot commented: Jira ticket: RJS-2811 |
I think I need to check it again, so I'll close the issue for now. |
Fixed the error reproduction process. Reopen the issue. |
Thanks for creating the issue. We do test with the new arch enabled: realm-js/integration-tests/environments/react-native-test-app/package.json Lines 105 to 108 in a5e797c
I've just rebased my branch upgrading our test app to 0.74.0 🤞 #6636 |
I'm reproducing react-native-maps/react-native-maps#5042 when running our React Native 0.74.0 branch locally 👀 and the stack doesn't seem related to Realm. |
@kraenhansen |
Not directly, but I wanted to share my progress trying to run our library with |
I may have misunderstood it because I'm interpreting it while using a translator, |
I think we do have an issue, but I was unable to test it using our integration tests because we use React Native Test App which has an issue microsoft/react-native-test-app#2015. I'll report back as I learn more. |
We don't support bridgeless on iOS and I've created #6653 to track this 👍 |
Thank you for checking. |
For whomever stumbles upon this in the near future, reinstating the bridge helps for iOS |
How frequently does the bug occur?
Always
Description
Enabling the new architecture of "react native" will result in an error, and if not enabled, no error will occur.
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
- How to reproduce for errors
git clone https://github.com/wisdomstar94/react_native_sample_app.git
cd react_native_sample_app
git checkout realmjs-issue
npm i
cd ./ios
bundle install && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
(Source of the above command : https://github.com/reactwg/react-native-new-architecture/blob/main/docs/enable-apps.md#enable-new-architecture-for-ios)
npm run ios
- Without a new architecture, errors will not occur.
pod install
npm run ios
Version
12.7.1
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Mac M1 14.4.1
Build environment
Which debugger for React Native: ..
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: