diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 66ddd35..676c031 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -113,7 +113,8 @@ private_lane :buildConfiguration do |options| if is_ci increment_build_number_in_xcodeproj( build_number: options[:buildNumber], - xcodeproj: "./#{options[:appName]}.xcodeproj" + xcodeproj: "./#{options[:appName]}.xcodeproj", + target: options[:appName] ) end