We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1af98 commit 50cf6b4Copy full SHA for 50cf6b4
.github/workflows/ios-tests.yml
@@ -89,7 +89,7 @@ jobs:
89
xcodebuild test \
90
-workspace Example/Cloudinary.xcworkspace \
91
-scheme Cloudinary-Example \
92
- -destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder" \
+ -destination "platform=iOS Simulator" \
93
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
94
95
- name: Notify on Failure
0 commit comments