문제

I want to submit iOS app using application loader. I keep seeing

Authenticating with the iTunes Store.

On this answer I found that I should change port from 443 to 80 in file

/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/MacOS/itms/java/lib/net.properties.

But I am not able to do that.

Changing the file through terminal says it is read only. The answer in above link asks to use text mate command. But using that says text -command not found.

Is there a way to do it through finder? Or any other way?

도움이 되었습니까?

해결책 3

Got solution from SO question.

Just restating from that :

  1. Launch Application Loader and started submitting.
  2. When it gets to the Authenticating with the iTunes Store,
  3. Launch Organiser from Xcode and select Distribution over archiver in Xcode and start uploading .ipa file.

This will work. Look at more answers on same question.

다른 팁

If you want to open file in textmate the run this commend

mate <the file name>

Application loader must be compatible with xcode and itunes then only it will work, so please check for compatibility if the available application loader version is not compatible then you can download it from your developer account.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top