Xcode 9.4 Availability on CircleCI

Hey Everyone!

I know some of you might have questions regarding the new Xcode release. We’ve begun testing the release internally. Pending good results it’ll be available within a week.

6 Likes

Still not ready?

Any news guys? What are the complications?

Xcode 9.4 is now available.

1 Like

Hi,

What was previously working in 9.3, now fails installing aws-s3 gem

Installing aws-s3 0.6.3
Gem::FilePermissionError: You don't have write permissions for the
/var/folders/gk/lkr9pm5x039fx6d3j9r52rv80000gn/T/bundler20180608-673-3peny1aws-s3-0.6.3/bin
directory.
An error occurred while installing aws-s3 (0.6.3), and Bundler
cannot continue.

Thanks

@MattKiazyk, I had a similar error installing a different gem after updating from the 9.3 image to the 9.3.1 image. After chatting with support, we found that replacing bundle install with bundle install --path .bundle fixed it.

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.