From a73c8bb5bf695072c2b58072ef214f735a1ab3e9 Mon Sep 17 00:00:00 2001 From: hb2708 Date: Thu, 16 Jan 2020 23:49:42 +0800 Subject: [PATCH] Trying to set the xcode developer dir xcodeDeveloperDir: '/Applications/Xcode_11.2.1.app/Contents/Developer' --- azure-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-ci.yml b/azure-ci.yml index cfea068..7603460 100644 --- a/azure-ci.yml +++ b/azure-ci.yml @@ -20,4 +20,5 @@ steps: signingOption: 'auto' configuration: 'Debug' xcWorkspacePath: './MacAssistant.xcworkspace' - xcodeVersion: '10' + xcodeDeveloperDir: '/Applications/Xcode_11.2.1.app/Contents/Developer' + #xcodeVersion: '11.2.1'