Skip to content

Commit 9d0c7b8

Browse files
committed
XCTest開始時にシミュレータを起動できない不具合を修正。
1 parent bdcbc18 commit 9d0c7b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dConnectDevicePlugin/dConnectDeviceTest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

3-
xcodebuild -scheme dConnectDeviceTest -configuration Debug -sdk iphonesimulator clean test OBJROOT=build SYMROOT=build 2>&1 | ocunit2junit
3+
xcodebuild -scheme dConnectDeviceTest -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' clean test OBJROOT=build SYMROOT=build 2>&1 | ocunit2junit
44
ant -f xctest-report.xml

0 commit comments

Comments
 (0)