From 59892628d6c4e9bf29b7590899de1e07f40ebf6f Mon Sep 17 00:00:00 2001 From: Vitaliy Salnikov Date: Mon, 10 Aug 2020 10:12:47 +0300 Subject: [PATCH] Set explicit target for incrementing build number --- xcode/commonFastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index b71edea..b614616 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -118,7 +118,8 @@ private_lane :buildConfiguration do |options| if is_ci increment_build_number_in_xcodeproj( build_number: options[:buildNumber], - xcodeproj: "./#{appName}.xcodeproj" + xcodeproj: "./#{appName}.xcodeproj", + target: "#{appName}" ) end