diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 245e1cb..d2338f3 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -148,7 +148,7 @@ private_lane :buildArchive do |options| lane_name = options[:lane_name] configuration = options[:configuration] xcodeproj_path = options[:xcodeproj_path] - xcargs = "FORCE_LINT=true" # To enable linting on project without CodeLint target + xcargs = "FORCE_LINT='true'" # To enable linting on project without CodeLint target if configuration != "AppStore" # AppStore uses xcconfig choosen in Xcode set_xcconfig_for_configuration_of_project(lane_name, configuration, xcodeproj_path)