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 2765282 commit fb2de3eCopy full SHA for fb2de3e
.github/workflows/post-release-qa.yml
@@ -71,7 +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
+ xcodebuild -disableAutomaticPackageResolution -resolvePackageDependencies -scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj
75
xcodebuild -configuration Debug \
76
-scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj \
77
-sdk iphonesimulator \
0 commit comments