Allow to see the minor version of XCode in reports

Currently the builds gives the stack report without seeing the minor version like this:

Stack used:
Xcode 11.2.x, on macOS 10.14.6 (Mojave)

In some cases is important to know if the build is using a specific type of XCode version.

For example it’s important to know if the build was made with 11.2.0 or 11.2.1.
The 11.2.1 brings an important fix for iOS builds: Apple Developer Documentation

If there is a crash, you need to have this information to know if the crash happen because of the XCode version or the code itself.

If you hover the mouse over the stack title you can see a “For more information about this stack click here” test → if you click the link there that’ll open the full/complete system report which includes the exact Xcode version, as well as exact versions of other tools.

You can also check the system reports at bitrise.io/system_reports at master · bitrise-io/bitrise.io · GitHub directly.

I hope this helps, let me know if you’d have any questions :wink:

This topic was automatically closed after 26 days. New replies are no longer allowed.