-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Random error when running in ios #680
Comments
That doesn't look like an iOS crash trace to me, there is not enough information to localize a problem and look for a solution here. Run the app from Xcode, watch the console and get the actual crash trace and paste it in here in between triple-backticks (so it's formatted well) and if there is a stack frame pointing to this module we can investigate |
In Xcode I get below error
|
|
@vishnuc I don't know what any one expects with regard to support or troubleshooting when next to zero information is provided. There's nothing really to go on here. |
Hey I am sorry , But only when I use react-native-google-mobile-ads , maybe this issue in dev build |
You are still not providing any information that could be useful to help locate the error |
Hey am sorry , but please guide me how get useful information ? I run in xcode and pasted the warnings i received in console..ads are working fine , but this warnings keep popping up |
If ads are working, I think there is nothing to be done. Have you searched around for the error message prior to posting? I just did so and If you search around for that message or similar ones you'll see that they are apparently outside of the control of the app or this module |
What happened?
I keep getting this error when i use only react-native-google-mobile-ads
(NOBRIDGE) LOG AdMob initialized successfully
(NOBRIDGE) LOG Adapter statuses: [{"description": "<GADAdapterStatus: 0x6000017bb080; state = Ready>", "name": "GADMobileAds", "state": 1}]
[BrowserEngineKit] Failed to terminate process: Error
Domain=com.apple.extensionKit.errorDomain Code=18 "(null)"
UserInfo={NSUnderlyingError=0x600000c72400 {Error
Domain=RBSRequestErrorDomain Code=3 "No such process found"
UserInfo={NSLocalizedFailureReason=No such process found}}}
I use below code
Platforms
iOS, but have not tested behavior on Android
React Native Info
Are your using Typescript?
package.json
app.json
ios/Podfile
No response
android/build.gradle
No response
android/app/build.gradle
No response
android/settings.gradle
No response
AndroidManifest.xml
No response
The text was updated successfully, but these errors were encountered: