-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules #26007
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.
|
@lanss315425 兄弟 你react-native-amap-geolocation这个插件 没有cocoapod ios你是怎么装的 |
@lanss315425 Did you solve this? |
I got this same error. I investigated the call stack from my sourcemap file and got this:
I opened up I use the
I basically added |
got the same error, Caused my app to crash. i add this code in the index.js flle, This temporarily solved my problem.
|
I am closing this issue because it does not contain the necessary environment info, and there has been no followup in a while. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. |
@umairda |
@umairda |
I think it is better like this:
|
I am facing the same error but different reason:
My app is running in dev apk but crash upon start in release apk. Have you guys faced the same issue before? I am on RN 0.63.2 :( |
any fix? |
@Aung-Myint-Thein, did you solve it? And if so how did you debug it? |
Actually, I updated my Sentry and one of the functions is deprecated and hence the crash happens. Interestingly, the function is called only The method I used is I git revert back to the last point my release build is working fine. Then I slowly traced back the changes. Usually, this kind of crash happens in my 3rd party library updates since the crash by your codes should be able to seen while testing or running in dev mode. Hope this help 🙂 |
@Aung-Myint-Thein Could you please provide more information about the function that was deprecated in Sentry that you changed? |
if (!__DEV__) {
for (const iterator of Object.keys(global.console)) {
global.console[iterator] = () => 0;
}
} |
I had the same issue and the problem was building the app with |
any update on this issue? |
To Reproduce
1.Setup release configurations.
2.Connect a device and run react-native run-android --variant=release or cd android && gradlew 3.assembleRelease.
And this exception occurs:
package.json:
react-native info show:
What's the reason for this, the first time I met
@react-native-bot
The text was updated successfully, but these errors were encountered: