We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54cbde9 + ceaf139 commit 3f982fbCopy full SHA for 3f982fb
Script/test-SPM.sh
@@ -61,10 +61,6 @@ xcodebuild archive -scheme TestProject -destination 'generic/platform=iOS'
61
echo '############# Build for generic iOS device ###############'
62
xcodebuild build -scheme TestProject -destination 'generic/platform=iOS'
63
64
-# Build for i386 simulator
65
-echo '############# Build for i386 simulator ###############'
66
-xcodebuild build -scheme TestProject -destination 'generic/platform=iOS Simulator' ARCHS=i386
67
-
68
# Build for x86_64 simulator
69
echo '############# Build for x86_64 simulator ###############'
70
xcodebuild build -scheme TestProject -destination 'generic/platform=iOS Simulator' ARCHS=x86_64
0 commit comments