Xcode 14.1 changelog
Nov 27, 2023
Bitrise stacks are updated continuously according to the stack update policy.
Check out the stack report page for a snapshot of what is currently installed.
Learn more how to get notified of updates.
Updates #
Stack update v2023-11-24
(released on 2023-11-27)
#
- Node 18 and 20 have been upgraded to the latest minor.patch versions
- Node 21 is now preinstalled
- Brew dependency mirror update
Stack update v2023-11-06
(released on 2023-11-09)
#
- Brew dependency mirror update
Stack update v2023-10-26
(released on 2023-10-31)
#
- Brew dependency mirror update
Stack update v2023-10-11
(released 2023-10-17)
#
As previously announced, this update removes some end-of-life and unsupported tool version:
- Node 12 is no longer installed (end of life)
- Node 16 is no longer installed (end of life)
- Node 19 is no longer installed (end of life)
- Node 20 is now installed (20.6.1)
- Ruby
3.1.0
and3.1.3
are replaced by3.1.4
,3.2.1
is replaced by3.2.2
- Default Ruby version is now
3.2
(instead of3.2.2
), which is an alias pointing to the latest installed patch release (3.2.2
) - Go 1.18 is no longer installed (end of life)
- Go 1.20.2 upgraded to 1.20.8
- Go 1.21.1 is now preinstalled
- Brew package upgrades, including cURL version 8.4.0 ( more info)
For more information about tool versions, take a look at the comparison tables and best practices declaring tool versions.
Stack update v2023-09-08
#
- Brew dependency mirror update
Stack update v2023-08-28
#
- Fix corrupted or missing files from simulator runtimes
- Fix brew cask related issues.
Stack update v2023-08-16
#
- Brew cache updates
- Node v18 has been preinstalled along the existing versions. Reminder: Node v16 is approaching End of Life
Stack update v2023-07-31
#
- Brew cache update & security fixes.
Stack update v2023-07-18
#
- Tool version aliases: tools managed via ASDF got special alias versions for every
major
andmajor.minor
version. These aliases always point to the latest installed patch version and can be selected like the regular versions. Examples:asdf global ruby 3.2
asdf global nodejs 19
asdf global golang 1.20
Stack update v2023-07-12
#
- Tuist has been updated to version 3.19.
Stack update v2023-07-03
#
- Default Ruby version has changed from 2.7.6 to 3.2.2 according to the deprecation plan.
Stack update v2023-06-22
#
- Ruby versions are now managed via
asdf. During the transition period, both
rbenv
andasdf
are installed and can be used, but we recommend migrating toasdf
, which also manages Node.js and Go versions on the stacks. - Default Ruby version has changed from 2.7.6 to 3.2.2 according to the deprecation plan.
- Each installed iOS simulator runtime now has a device named
Bitrise iOS default
. This name is constant across all runtime versions, but the real device type changes based on the iOS version. You can use this device name in test steps and destination specifiers and be sure that it’s going to be available across all Xcode and runtime versions. - The
cmake;3.10.2.4988404
Android SDK package is now preinstalled - OpenUPM CLI is now preinstalled