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

error: Bootstrap not yet performed or the checkouts are not up to date with the current Cartfile.resolved. Please run carthage bootstrap first. #58

Open
codeOfRobin opened this issue Jun 10, 2020 · 0 comments

Comments

@codeOfRobin
Copy link

  • carthage install method: [ ] .pkg, [x] homebrew, [ ] source
  • which carthage: /usr/local/bin/carthage
  • carthage version: 0.46.1+nsoperations
  • xcodebuild -version:
  • Are you using --no-build? No
  • Are you using --no-use-binaries? No
  • Are you using --use-submodules? No
  • Are you using --cache-builds? Yes
  • Are you using --new-resolver? No

Cartfile

github "Alamofire/Alamofire" ~> 5.2
github "Alamofire/AlamofireImage" ~> 4.1

Hello! 👋 I tried running Carthage++ referring to the youtube video and added this build phase:


if [ "$CARTHAGE" = "YES" ]; then
exit 0
fi
env -i DEVELOPER_DIR="$DEVELOPER_DIR" CONFIGURATION="$CONFIGURATION" PATH="$PATH" carthage build --configuration $CONFIGURATION --platform iOS --cache-builds --track-local-changes

I'm getting this build error:

error: Bootstrap not yet performed or the checkouts are not up to date with the current Cartfile.resolved. Please run `carthage bootstrap` first.

I've followed the instructions but I'm not quite sure what I'm doing wrong 🤔. I tried running carthage bootstrap and that didn't seem to fix things (also deleted the carthage folder and restarted just in case, also tried with --no-use-binaries). I'd be happy to share my project folder if necessary

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

1 participant