My React Native app efficiently builds and uploads to App Retailer Join, however it crashes when I attempt to open it on TestFlight. Works regionally on simulator although.
Error Message
yardenMobile: fb::react::RCTNativeModule::invoke(unsigned int,
folly::dynamic&&, int)::$_0::operator()() const + 68
This error message is indicating a problem in an implementation of the Fb React Native framework. The error message particularly mentions “RCTNativeModule::invoke”, which refers to a operate inside the framework that is used to name native modules from JavaScript. The message is indicating that there’s a problem inside this operate, within the code situated on the “+ 68” offset.
Right here is my react-native data:
System:
OS: macOS 13.0
CPU: (8) arm64 Apple M1
Reminiscence: 77.06 MB / 8.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.17.0 - ~/.nvm/variations/node/v16.17.0/bin/node
Yarn: 1.22.19 - /usr/native/bin/yarn
npm: 8.15.0 - ~/.nvm/variations/node/v16.17.0/bin/npm
Watchman: 2021.10.04.00 - /decide/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.2 - /decide/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.1, iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1
Android SDK: Not Discovered
IDEs:
Android Studio: Not Discovered
Xcode: 14.1/14B47b - /usr/bin/xcodebuild
Languages:
Java: Not Discovered
npmPackages:
@react-native-community/cli: Not Discovered
react: 17.0.2 => 17.0.2
react-native: 0.66.0 => 0.66.0
react-native-macos: Not Discovered
npmGlobalPackages:
*react-native*: Not Discovered
Anybody understand how I can presumably repair this?
WHAT I TRIED
I attempted opening the app on TestPilot, however it crashed
WHAT I EXPECTED
I anticipated the app to open on TestPilot efficiently