We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af5058 commit b917131Copy full SHA for b917131
.github/workflows/pre-release-qa.yml
@@ -42,12 +42,14 @@ jobs:
42
run: |
43
mkdir -p test-results
44
echo "branch=${{ github.ref }}" >> $GITHUB_OUTPUT
45
+ ./scripts/getSimulator
46
+ DESTINATION="platform=iOS Simulator,name=$(cat ./iphoneSim),OS=latest"
47
cd SDKIntegrationTestApps/iOSReleaseTest-Cocoapods/
48
pod install
49
xcodebuild -configuration Debug \
50
-scheme iOSReleaseTest -workspace iOSReleaseTest.xcworkspace \
51
-sdk iphonesimulator \
- -destination "platform='iOS Simulator'" \
52
+ -destination "$DESTINATION" \
53
CODE_SIGNING_ALLOWED=NO \
54
CODE_SIGNING_REQUIRED=NO \
55
PROVISIONING_PROFILE_SPECIFIER="" \
0 commit comments