LoginSignup
6
3

More than 5 years have passed since last update.

Xcode Organizerのプロキシ設定(Xcode8.2.1)

Posted at

XcodeのApplication Loaderなどのツールを使用する際に、Proxyに阻まれてしまった際の設定。

編集ファイル
/Applications/Xcode_8_2_1.app/Contents/Applications/Application Loader.app/Contents/itms/java/lib/net.properties

編集内容
http.proxyHost=**.**.**.**
http.proxyPort=****
https.proxyHost=**.**.**.**
https.proxyPort=****

を環境に合わせて設定する。
Xcodeのバージョンによってファイルの格納場所が異なるようなのでご注意ください。

こちら の記事を参考にさせて頂きました。

6
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
3