nstudio / nstudio/nativescript-plugins
DKCarouselView.framework" failed: No such file or directory - @nstudio/nativescript-carousel v8.0.3
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 55
- Forks
- 42
- Avg merge
- 49m
- Merged PRs (30d)
- 1
Description
I just updated my project to NS 8.5 and I am getting this error when I am trying to Archive the project in XCode. ns build ios and ns debug ios run without any issue. My guess is that this is somehow related to @nstudio/nativescript-carousel, but I am not sure how to address the issue.
Here is my package.json
{
"id": "io.company.project",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"scripts": {
"debug.android": "ns clean; ns debug android --env.development",
"build.ios": "ns clean; ns build ios",
"debug.ios": "ns clean; ns debug ios --env.development",
"run.ios": "ns clean; ns run ios --env.development"
},
"dependencies": {
"@nativescript-community/universal-links": "^3.0.0",
"@nativescript/contacts": "2.1.0",
"@nativescript/core": "8.5.1",
"@nativescript/firebase": "^11.1.3",
"@nativescript/local-notifications": "^6.1.1",
"@nativescript/social-share": "2.3.0",
"@nativescript/theme": "3.0.2",
"@nstudio/nativescript-camera-plus": "4.2.0",
"@nstudio/nativescript-carousel": "^8.0.3",
"@nstudio/nativescript-loading-indicator": "4.1.2",
"@triniwiz/nativescript-image-cache-it": "^7.3.0",
"moment": "^2.26.0",
"nativescript-appversion": "1.4.4",
"nativescript-custom-bottomsheet": "^1.0.6",
"nativescript-imagecropper": "^4.0.3",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-numeric-keyboard": "^5.0.2",
"nativescript-permissions": "1.3.12",
"nativescript-ui-listview": "15.2.3"
},
"devDependencies": {
"@nativescript/ios": "8.5.1",
"@nativescript/types": "8.5.0",
"@nativescript/webpack": "5.0.14",
"typescript": "~4.5.5"
},
"gitHead": "d8bdf0799a219051f28f8abd7c258d2bf2fce6e7",
"readme": "NativeScript Application",
"main": "./app/app.ts"
}
Contributor guide
No contributing guide indexed for this repository
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
Start with package.json and the @nstudio/nativescript-carousel dependency, then reproduce the difference between ns build/debug ios and the Xcode Archive described in the report. Done means identifying why DKCarouselView.framework is absent and making the archive complete successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100