Skip to content

Commit

Permalink
Resolve xcodebuild hang caused by uppercase S in "iPhone 6S".
Browse files Browse the repository at this point in the history
Using a lowercase s resolves the hang.
  • Loading branch information
Jeff Verkoeyen committed Jul 30, 2016
1 parent 7092f0b commit 80fadc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .arcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"workspace": "MaterialMotionGesturesFamily.xcworkspace",
"scheme": "UnitTests",
"configuration": "Debug",
"destination": "platform=iOS Simulator,name=iPhone 6S"
"destination": "platform=iOS Simulator,name=iPhone 6s"
},
"coverage": {
"product": "MaterialMotionGesturesFamily.framework/MaterialMotionGesturesFamily"
Expand Down

0 comments on commit 80fadc4

Please sign in to comment.