You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
which carthage
: /usr/local/bin/carthagecarthage version
: 0.46.1+nsoperationsxcodebuild -version
:--no-build
? No--no-use-binaries
? No--use-submodules
? No--cache-builds
? Yes--new-resolver
? NoCartfile
Hello! 👋 I tried running Carthage++ referring to the youtube video and added this build phase:
I'm getting this build error:
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 necessaryThe text was updated successfully, but these errors were encountered: