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

DKCarouselView.framework" failed: No such file or directory - @nstudio/nativescript-carousel v8.0.3 #128

Open
dpdragnev opened this issue Apr 28, 2023 · 2 comments

Comments

@dpdragnev
Copy link

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
Copy link

Same here, Here are some logs:

rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/DKCarouselView.framework" "/Users/mohammad/Library/Developer/Xcode/DerivedData/testproject-asklgfscberzrxauyxhwexzwjpsj/Build/Intermediates.noindex/ArchiveIntermediates/testproject/InstallationBuildProductsLocation/Applications/testproject.app/Frameworks"
building file list ... rsync: link_stat "/Projects/test-project/apps/testproject/platforms/ios/../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/DKCarouselView.framework" failed: No such file or directory (2)
done

@mohammadrafigh
Copy link

Updating Cocoapods fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants