-
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
XCode 11 Beta App Launch Crash #25154
Comments
@pramodsharma403 Hi, thanks for reporting, we already fixed it, please see #25138. We may cherry-pick it in next release. |
I am also encountring the same problem on iOS, after Xcode update. I do not want to update to react-native 0.60 Version is react-native 0.59.3 |
I solved the issue by upgrading react-native to 0.59.9 version. |
in your project directory, open file in myproject/node_modules/react-native/React/Base/RCTModuleMethod.mm. Then correct as below: https://github.com/facebook/react-native/pull/25146/files#diff-263fc157dfce55895cdc16495b55d190 |
resolved using this method #25146 (comment) |
react-native upgrade 0.59.9, yarn , yarn pods seemed to do the trick for me |
Not working on Xcode 11 GM seed |
Encountered this issue in Xcode 11. :( |
please try this solution ... #25146 (comment) |
open file in yourproject /node_modules/react-native/React/Base/RCTModuleMethod.mm. Then correct as quote below:
link here |
0.59.9 has solved this. If for some reason you can't upgrade right now, do this as suggested by @saudahmed
|
@decodedmrq this actually works. |
see: facebook#25154 (comment) Signed-off-by: Evan J Brunner <[email protected]>
thanks, saved my day. |
@saudahmed You saved my day, this works for me. |
thanks, is working :) |
0.59.9 has solved this.THaNkS |
thank You |
clean build folder |
This approach makes all my text input colors white and I can no longer change it in style={{ color }} how can I fix this? |
This worked for me |
As I still did not see any thing that works here. Adding what worked for me. Source https://stackoverflow.com/questions/58336836/react-native-crash-after-update-to-xcode-11-0 To fix this issue, open file in yourproject/node_modules/react-native/React/Base/RCTModuleMethod.mm. Then correct as below: |
this works |
React Native version:
"react": "16.8.3",
"react-native": "0.59.8"
No other dependency added.
Steps To Reproduce
Error Log from XCode -
Describe what you expected to happen:
App should not get crash.
Snack, code example, or link to a repository:
Adding a screenshot for more clarification below.
The text was updated successfully, but these errors were encountered: