-
Notifications
You must be signed in to change notification settings - Fork 42
Open
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"
}
mohammadrafigh
Metadata
Metadata
Assignees
Labels
No labels