We have released Xcode 11.2, which will replace the beta release.
Question or issue on macOS: I was using Xcode 11 (dmg downloaded from developer account extra files section) on mac os 10.14.6. Today i updated my Mac os to 10.15 catalina to use xcode 11 canvas view but the issue is after updating to mac os 10.15 Catalina i am unable to open xcode. Alternatively, If all you want is a a compilation environment for Objective-C, C, and Swift v4.n, the Command Line Tools (macOS 10.13) for Xcode will provide that at 7GB less storage. You would then need a competent programmer's editor, and you can still build hand-coded cocoa applications. This is my preference.
The new image contains Xcode 11.2, running on Catalina.
You can select this image by selecting 11.2.0
as follows:
This is the first image that we’ve built with Catalina, so there might be some bugs – please let us know if you find anything out of the ordinary.
Highlights
Xcode For Macos 10.15.1
- The OS has been upgraded to macOS
10.15 (19A602)
Catalina. - The timezone is changed to
GMT
. We used to set the timezone to PDT/PST, which caused some problems each time there was a daylight saving change. - Ruby is
2.6.3
- The default shell is
bash --login
. - Xcode 11.2 Build 11B52
- The runtimes installed are:
- iOS 12.2
- iOS 12.4
- iOS 13.2
- tvOS 12.4
- tvOS 13.2
- watchOS 5.3
- watchOS 6.1
The manifest of installed software is here.
Ruby
Xcode Requires Macos 10.15.2 Or Later
The last few releases of Xcode on CircleCI were problematic for Ruby users, due to issues with how Xcode 11 shipped the macOS SDK. This forced us to make some breaking changes with Ruby. My hope is that upgrading to Catalina will resolve these issues, and using Ruby will be more straight forward.
- The system Ruby that comes bundled with 10.15 is
2.6.3
. This is theruby
on the path by default. chruby
is installed, and is on the path, and there are two additional versions of Ruby installed,2.5.7
and2.6.5
.chruby
auto-switching is not enabled by default. You can switch it on yourself should you wish.
Xcode Macos 10.15.7
Shells
Catalina ships with zsh
as the default shells, but with CircleCI, the default shell is still bash
. By default, commands on macOS run with /bin/bash --login -eo pipefail -c $COMMAND
.
Xcode 12 Macos 10.15
You can customize the shell for an executor
, job
or run
command, which will allow you too run a command with zsh
, should you wish: