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 031df1f commit a049dccCopy full SHA for a049dcc
.github/workflows/post-release-qa.yml
@@ -74,7 +74,7 @@ jobs:
74
./scripts/getSimulator
75
DESTINATION="platform=iOS Simulator,name=$(cat ./iphoneSim),OS=latest"
76
cd SDKIntegrationTestApps/PostRelease-iOSReleaseTest-SPM/
77
- xcodebuild -disableAutomaticPackageResolution -resolvePackageDependencies -scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj
+ xcodebuild -resolvePackageDependencies -scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj
78
xcodebuild -configuration Debug \
79
-scheme iOSReleaseTest -project iOSReleaseTest.xcodeproj \
80
-sdk iphonesimulator \
0 commit comments