File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,15 @@ jobs:
2424 # Install before building, so we don't downloadthe in case of previous failure
2525 - name : Install iOS Xcode Component
2626 run : sudo xcodebuild -downloadPlatform iOS
27+ - name : Clear Xcode Simulators List
28+ run : sudo xcrun simctl list > /dev/null
2729 - name : Build iOS using Xcode
2830 run : xcodebuild -scheme GateEngine -destination generic/platform=iOS
2931
3032 # Install before building, so we don't downloadthe in case of previous failure
3133 - name : Install tvOS Xcode Component
3234 run : sudo xcodebuild -downloadPlatform tvOS
35+ - name : Clear Xcode Simulators List
36+ run : sudo xcrun simctl list > /dev/null
3337 - name : Build tvOS using Xcode
3438 run : xcodebuild -scheme GateEngine -destination generic/platform=tvOS
You can’t perform that action at this time.
0 commit comments