Yarn is not installed on the Xcode 8.2 stack

Hi @QuinnStephens,

That’s not a “bug”. We don’t install tools or update tool versions on previous stack versions. The Xcode 8.2 stack will have the same tools & versions as long as it’s available.

You can read more about the stack types and update policy at:

To install a tool which is not preinstalled, you can use e.g. a Script step and a package manager like brew. Related docs: Installing tools during a build - Bitrise Docs

If you have any questions just let us know!