diff --git a/Rakefile b/Rakefile index ea6586a97f..4f3dcaa0d6 100644 --- a/Rakefile +++ b/Rakefile @@ -19,7 +19,7 @@ XCTasks::TestTask.new(:test) do |t| t.subtask(ios: 'RestKitTests') do |s| s.sdk = :iphonesimulator - s.destination('platform=iOS Simulator') + s.destination('platform=iOS Simulator,OS=10.3.1,name=iPhone 5s') end # OS X Tests disabled as part of https://github.com/RestKit/RestKit/pull/2434 # because of the following Cocoapods issue https://github.com/CocoaPods/CocoaPods/issues/4752