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 ada30ef commit 30b8f6aCopy full SHA for 30b8f6a
.github/workflows/post-release-qa.yml
@@ -71,6 +71,7 @@ jobs:
71
./scripts/getSimulator
72
DESTINATION="platform=iOS Simulator,name=$(cat ./iphoneSim),OS=latest"
73
cd SDKIntegrationTestApps/PostRelease-iOSReleaseTest-SPM/
74
+ xcodebuild -resolvePackageDependencies -scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj
75
xcodebuild -configuration Debug \
76
-scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj \
77
-sdk iphonesimulator \
0 commit comments