diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 171fc0e..8564ade 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -168,7 +168,9 @@ private_lane :buildArchive do |options| configuration = options[:configuration] xcodeproj_path = options[:xcodeproj_path] - set_xcconfig_for_configuration_of_project(xcconfig_name, configuration, xcodeproj_path) + if configuration != "AppStore" # AppStore uses xcconfig choosen in Xcode + set_xcconfig_for_configuration_of_project(xcconfig_name, configuration, xcodeproj_path) + end gym( clean: true,