We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98756bb commit b407ec3Copy full SHA for b407ec3
Rakefile
@@ -16,7 +16,7 @@ desc "clean"
16
task :clean, :workspace, :schemes do |t, args|
17
schemes = args[:schemes].gsub(/'/, '').split(' ')
18
schemes.each do |scheme|
19
- sh "xcodebuild clean -workspace #{args[:workspace]} -scheme #{scheme}"
+ sh "xcodebuild clean -workspace #{args[:workspace]} -scheme #{scheme} CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO | xcpretty -c"
20
end
21
22
0 commit comments