-
Notifications
You must be signed in to change notification settings - Fork 24.6k
Post 0.43 upgrade: PerfMonitor has no setter or ivar for its bridge #13384
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
It looks like this line is swallowing the original exception: https://github.com/facebook/react-native/blob/master/React/Base/RCTModuleData.mm#L149-L153 Can you comment that try-catch to find the real underlying exception? |
Hi guys, I'm having the same issue, have you found a way to fix it? |
Resetting the simulator (probably unnecessary) + deleting the watchman watch-del-all
rm -rf node_modules
yarn
npm start -- --reset-cache |
Awesome, you right. That worked for me! Thanks |
The following steps worked for me.
|
Running via Xcode helped me. |
After trying everything (rm node_module etc, clean, change the version of react-native (higher, lower, ....) dozen times. I can say the only thing WORKING for me is DELETING the IOS/BUILD folder. Hope that help!. |
Another solution is via Xcode menu bar : Product > Clean. Worked for me. |
It is odd, because I get this error with RN 0.44.0 and only when running |
@Mindaugas-Jacionis That's because xcode and |
@hyb175 you're awesome! Thanks! :) |
@hyb175 Your suggestion worked for me. Thanks. |
Description
After upgrading to React Native version 0.43, getting the red screen with error: "PerfMonitor has no setter or ivar for its bridge, which is not permitted. You must either @synthesize the bridge property, or provide your own setter method".
Reproduction Steps
Upgraded from version 0.42.3 using react-native-git-upgrade. There were no conflicts. Then ran "react-native link".
Additional Information
The text was updated successfully, but these errors were encountered: