Skip to content
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

IOS remove app from tray (error) #222

Open
kkhaliloff opened this issue Jul 27, 2023 · 4 comments
Open

IOS remove app from tray (error) #222

kkhaliloff opened this issue Jul 27, 2023 · 4 comments
Labels
bug Something isn't working in progress

Comments

@kkhaliloff
Copy link

kkhaliloff commented Jul 27, 2023

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

@rigor789
Copy link
Member

throw the application out of the tray

Can you explain what you mean by this? Perhaps a video would help.

@kkhaliloff
Copy link
Author

throw the application out of the tray

Can you explain what you mean by this? Perhaps a video would help.

0730.2.mov

@rigor789
Copy link
Member

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.

@rigor789 rigor789 added bug Something isn't working in progress labels Jul 31, 2023
@kkhaliloff
Copy link
Author

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in progress
Projects
None yet
Development

No branches or pull requests

2 participants