We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d56db commit 4e7e0b5Copy full SHA for 4e7e0b5
Rakefile
@@ -4,6 +4,7 @@ end
4
5
desc "Create a Release build"
6
task :build do
7
+ sh "xcodebuild clean -project ios-sim.xcodeproj"
8
sh "xcodebuild -project ios-sim.xcodeproj -configuration Release SYMROOT=build"
9
end
10
0 commit comments