We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ed7d6 commit c949638Copy full SHA for c949638
build_nudge.zsh
@@ -31,7 +31,9 @@ echo "Building Nudge"
31
if [ -e $XCODE_BUILD_PATH ]; then
32
XCODE_BUILD="$XCODE_BUILD_PATH"
33
else
34
- XCODE_BUILD="xcodebuild"
+ ls -la /Applications
35
+ echo "Could not find required Xcode build. Exiting..."
36
+ exit 1
37
fi
38
$XCODE_BUILD -project "$TOOLSDIR/Nudge.xcodeproj" CODE_SIGN_IDENTITY=$CODE_SIGN_IDENTITY OTHER_CODE_SIGN_FLAGS="--timestamp"
39
XCB_RESULT="$?"
0 commit comments