NativeScript / NativeScript/ios
IOS remove app from tray (error)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 150
- Forks
- 43
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 22
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the error by launching an empty NativeScript-Vue app in the iOS 15.2 simulator and removing it from the app tray, using the listed NativeScript, Xcode, and iOS package versions. Inspect the resulting dyld_process_snapshot_get_shared_cache crash report; done means the app can be removed without producing the error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100