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