From 055a88dfc706da6ab13e4bbcdcfcdf5169ad04cd Mon Sep 17 00:00:00 2001 From: fedor Date: Wed, 28 Apr 2021 14:54:58 -0400 Subject: [PATCH] Use absolute path --- templates/xcode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xcode.json b/templates/xcode.json index 810dbf7..6016a31 100644 --- a/templates/xcode.json +++ b/templates/xcode.json @@ -51,7 +51,7 @@ "source ~/.zprofile", "brew install wget robotsandpencils/made/xcodes", "wget --quiet https://storage.googleapis.com/cirrus-parallels-vms/xcodes/Xcode_$XCODE_VERSION.xip", - "xcodes install $XCODE_VERSION --path Xcode_$XCODE_VERSION.xip", + "xcodes install $XCODE_VERSION --path $PWD/Xcode_$XCODE_VERSION.xip", "rm Xcode_$XCODE_VERSION.xip", "xcodes select $XCODE_VERSION", "sudo xcodebuild -runFirstLaunch"