We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On an empty nativescript-vue project, if you throw the application out of the tray, an error pops up (IOS simulator IOS version 15.2)
It happens without any intervention in the application (everything out of the box)
Error Formulating Crash Report: dyld_process_snapshot_get_shared_cache failed
{ "name": "testApp", "main": "app/app.js", "version": "1.0.0", "private": true, "dependencies": { "@nativescript/core": "~8.5.0", "@nativescript/theme": "~3.0.2", "nativescript-vue": "~2.9.3" }, "devDependencies": { "@nativescript/android": "8.5.0", "@nativescript/ios": "8.5.2", "@nativescript/webpack": "~5.0.14", "nativescript-vue-template-compiler": "~2.9.3" } }
Xcode 14.2 (14C18) Version of nativescript - 8.5.3 Apple M1 Pro
The text was updated successfully, but these errors were encountered:
throw the application out of the tray
Can you explain what you mean by this? Perhaps a video would help.
Sorry, something went wrong.
throw the application out of the tray Can you explain what you mean by this? Perhaps a video would help.
I believe this is fixed by 5a6c2ee
Which will soon be released, but should be available on 8.5.3-next.2023-07-28-5696348438 for example.
Also note, this usually wouldn't affect a production build - since it "silently" crashes when trying to dispose after exit.
I believe this is fixed by 5a6c2ee Which will soon be released, but should be available on 8.5.3-next.2023-07-28-5696348438 for example. Also note, this usually wouldn't affect a production build - since it "silently" crashes when trying to dispose after exit.
Yes you are right. When using the version 8.5.3-next.2023-07-28-5696348438, the problem is not reproduced. Thank you very much !
No branches or pull requests
On an empty nativescript-vue project, if you throw the application out of the tray, an error pops up (IOS simulator IOS version 15.2)
It happens without any intervention in the application (everything out of the box)
Error Formulating Crash Report:
dyld_process_snapshot_get_shared_cache failed
{
"name": "testApp",
"main": "app/app.js",
"version": "1.0.0",
"private": true,
"dependencies": {
"@nativescript/core": "~8.5.0",
"@nativescript/theme": "~3.0.2",
"nativescript-vue": "~2.9.3"
},
"devDependencies": {
"@nativescript/android": "8.5.0",
"@nativescript/ios": "8.5.2",
"@nativescript/webpack": "~5.0.14",
"nativescript-vue-template-compiler": "~2.9.3"
}
}
Xcode 14.2 (14C18)
Version of nativescript - 8.5.3
Apple M1 Pro
The text was updated successfully, but these errors were encountered: