-
-
Notifications
You must be signed in to change notification settings - Fork 59
Crash on [runtime executeModule:@"./"]; #923
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
Comments
Hello @ObelixSoftware |
tha same issue for me. the log is below. my code is here log▼
code▼
|
@diggymo This error occurs when the |
Closing due to inactivity. |
You might want to see this issue if you're trying to run on iOS: |
On IOS app when compiled and deployed over Test Flight from iTunes connect I get a crash on:
[runtime executeModule:@"./"];
It works fine if i run it directly from XCode or with a Adhoc certificate over Hockey App.
iOS 4.0.1
Android 4.0.1
"dependencies": {
"lodash": "^4.17.5",
"nativescript-camera": "^4.0.0",
"nativescript-carousel": "^3.1.1",
"nativescript-chatview": "^1.0.3",
"nativescript-checkbox": "^3.0.3",
"nativescript-dom": "^2.0.0",
"nativescript-drop-down": "^3.2.1",
"nativescript-exit": "^1.0.1",
"nativescript-modal-datetimepicker": "^1.0.3",
"nativescript-plugin-firebase": "^5.3.1",
"nativescript-pro-ui": "^3.3.0",
"nativescript-slides": "^2.2.12",
"nativescript-theme-core": "~1.0.2",
"tns-core-modules": "^4.0.0"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11"
}
The text was updated successfully, but these errors were encountered: