This script line:
open -a /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID $IOS_SIMULATOR_UDID
fails with error:
LSOpenURLsWithRole() failed for the application /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app with error -10825.
Error 10825 is: kLSIncompatibleSystemVersionErr. “The application to be launched cannot run on the current Mac OS version.”
Running sw_vers
on the image shows the CircleCI image for Xcode 10 is running Mac OS 10.13.3, which was released in January.
Can this be updated? This is effectively halting our CI integration.
halfer
September 22, 2018, 11:45am
2
This is why I dislike the Mac OS ecosystem - discontinuances of software support is made for commercial reasons. In Linux, you’d just install an older version of the tool, or compile your own. /grumble
I don’t disagree with the suggestion to update - latest is usually always best - but I wonder whether this needs to be very thoroughly tested before releasing, so it doesn’t break other people’s builds
Related thread:
We are delighted to have released Xcode 10.0 Beta 5 on CircleCI 2.0. To select the new image, add the following to your jobs in .circleci/config.yml:
macos:
xcode: "10.0.0"
The software manifest for the image is here .
Here are the more notable changes from the 9.4.1 image:
Since this is a beta image, we have just the default set of simulators installed.
Python 3.6.5 has been replaced with 3.7.0
Git upgraded to 2.18.0 with git-lfs 2.5.0
Node is now 10.7.0 with Yarn 1.9.2
system
Closed
December 21, 2018, 11:45am
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.