-
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
Error Terminating app due to uncaught exception 'NSInvalidArgumentException' #23824
Comments
Can you run If you believe this information is irrelevant to the reported issue, you may write `[skip envinfo]` alongside an explanation in your Environment: section.
|
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 "Resolution: Old Version" label will be removed automatically once you edit your original post with the results of running |
@aniiskywalker are you intentionally trying to use profiling? |
@ericlewis you mean signing? |
@aniiskywalker, no, from what I see here it looks like the profiling flag is enabled. Otherwise this wouldn’t fire. You can disable it by turning off the flag. |
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. |
🐛 Bug Report
I've got an error while compiling (Release/Debug)
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RCTCxxBridge devSettings]
To Reproduce
This project is not mine, but I take it to make it run, but after all instalations and stuff I get an error in main.m, and this is what I see in console:
after a few hours of debugging I realized that the error is in React > CxxBridge > RCTCxxBridge.mm line 344
Expected Behavior
I tried to run with debug and release modes and always the same error
Code Example
I have no code to show because is terminating with uncaught exception error.
Environment
my enviroment
react-native-cli: 2.0.1 react-native: 0.57.1 yarn 1.13.0 Homebrew 2.0.3 npm 6.4.1 node v10.15.2
React Native Environment Info:
System:
OS: macOS 10.14
CPU: x64 Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
Memory: 29.73 MB / 4.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.15.2 - /usr/local/bin/node
Yarn: 1.13.0 - /usr/local/bin/yarn
npm: 6.4.1 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
IDEs:
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
react: 16.5.0 => 16.5.0
react-native: 0.57.1 => 0.57.1
npmGlobalPackages:
react-native-cli: 2.0.1
PS. I've searched errors related but none of them works for me.
After hours of searching what I was doing wrong I clear cache and then my project run! Thank you for your answers
The text was updated successfully, but these errors were encountered: