Skip to content

Commit b443bf7

Browse files
committed
force simulator id to work around xcodebuild barfing on multiple syms
1 parent feaa978 commit b443bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXIT_STATUS=0
88
-workspace FirebaseUI.xcworkspace \
99
-scheme FirebaseUI \
1010
-sdk iphonesimulator \
11-
-destination 'platform=iOS Simulator,OS=10.2,name=iPhone 7' \
11+
-destination 'platform=iOS Simulator,OS=10.2,id="E40727B3-41FB-4D6E-B4CB-BFA87109EB12",name=iPhone 7' \
1212
build \
1313
test \
1414
ONLY_ACTIVE_ARCH=YES \

0 commit comments

Comments
 (0)