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.
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.
Still not ready?
Any news guys? What are the complications?
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.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.