How to install Xcode via xcodes without authentication? #221
-
So, this might be a stupid question but I tried building the xcode packer template and immediately failed with:
I'm new to packer so not sure what the file provisioner is doing here. Is it trying to copy a cached version of an xcodes install from localhost? If so how does this work in the CI system since I don't see it being called locally (also not in the development documentation). I also tried manually authenticating during the packer build step using the environment variables |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Authenticating with Developer Portal is a bit tricky especially if you have 2FA enabled. For that reasons, if you'll manually download Xcode to |
Beta Was this translation helpful? Give feedback.
Authenticating with Developer Portal is a bit tricky especially if you have 2FA enabled. For that reasons, if you'll manually download Xcode to
~/XcodesCache/
folder on your host, then you'll be able to build the templates.