Skip to content

Commit 4e7e0b5

Browse files
committed
Fixes #104 - Installation of the newest version (2.0.0) fails on OS X 10.9.4
1 parent f3d56db commit 4e7e0b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ end
44

55
desc "Create a Release build"
66
task :build do
7+
sh "xcodebuild clean -project ios-sim.xcodeproj"
78
sh "xcodebuild -project ios-sim.xcodeproj -configuration Release SYMROOT=build"
89
end
910

0 commit comments

Comments
 (0)