ios icon indicating copy to clipboard operation
ios copied to clipboard

IOS remove app from tray (error)

Open kkhaliloff opened this issue 1 year ago • 4 comments

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

kkhaliloff avatar Jul 27 '23 13:07 kkhaliloff