Closed thzinc closed 6 years ago
The command to evaluate the current Xcode version is doing a string comparison on the Xcode version number against the string "4.0.0". This fails for Xcode 10+ because the version number "10.0.0" is evaluated as less than "4.0.0".
I'll submit a PR for this issue shortly.
Fixed in #352
The command to evaluate the current Xcode version is doing a string comparison on the Xcode version number against the string "4.0.0". This fails for Xcode 10+ because the version number "10.0.0" is evaluated as less than "4.0.0".