Skip Multiplatform iOS tests if XCode is not configured#3734
Conversation
|
From the CI result, we probably need to catch IOException if |
schalkms
left a comment
There was a problem hiding this comment.
From the CI result, we probably need to catch IOException if xcode-select is not found.
or even better to check whether the host OS is actually a Mac
I've included both 👍 |
Codecov Report
@@ Coverage Diff @@
## main #3734 +/- ##
=========================================
Coverage 78.04% 78.04%
Complexity 2883 2883
=========================================
Files 473 473
Lines 9300 9300
Branches 1767 1767
=========================================
Hits 7258 7258
Misses 1078 1078
Partials 964 964 Continue to review full report at Codecov.
|
* Skip iOS tests if XCode is not configured * PR feedbacks
Fixes #3617