如何将我的 iOS / Mac OSX 应用程序上传到 iTunes Connect
我找不到将二进制文件上传到 iTunes Connect 的方法! 当尝试在 Xcode 4.2 中验证... 和提交... 时,我收到此错误:
Process: Xcode [705]
Path: /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 4.2 (828)
Build Info: IDEApplication-828000000000000~138
Code Type: X86-64 (Native)
Parent Process: launchd [145]
Date/Time: 2011-12-30 16:54:17.822 +0000
OS Version: Mac OS X 10.7.2 (11C74)
Report Version: 9
Interval Since Last Report: 43575 sec
Crashes Since Last Report: 8
Per-App Interval Since Last Report: 50931 sec
Per-App Crashes Since Last Report: 8
Anonymous UUID: DCCB7B67-626D-402B-A527-69DFE00DD6DC
Crashed Thread: 13 Dispatch queue: com.apple.root.default-priority
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
在 Application Loader 1.3 中,我收到此错误:
由于一般错误 (1095),目前无法处理应用程序 Info.plist 验证
联系了 Apple DTS,但仍然没有回复! 如何上传我的二进制文件?
Possible Duplicate:
Unable to process application info.plist validation at this time due to a general error (1095)
I can't find a way to upload my binary to iTunes Connect!
When trying to Validate...
and Submit...
in Xcode 4.2 i get this error:
Process: Xcode [705]
Path: /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 4.2 (828)
Build Info: IDEApplication-828000000000000~138
Code Type: X86-64 (Native)
Parent Process: launchd [145]
Date/Time: 2011-12-30 16:54:17.822 +0000
OS Version: Mac OS X 10.7.2 (11C74)
Report Version: 9
Interval Since Last Report: 43575 sec
Crashes Since Last Report: 8
Per-App Interval Since Last Report: 50931 sec
Per-App Crashes Since Last Report: 8
Anonymous UUID: DCCB7B67-626D-402B-A527-69DFE00DD6DC
Crashed Thread: 13 Dispatch queue: com.apple.root.default-priority
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
And in Application Loader 1.3 i get this error:
Unable to process application Info.plist validation at this time due to a general error (1095)
Contacted Apple DTS and still no reply!
How can I upload my binary?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已解决:我重新安装了 Xcode,它给出了警告:
您需要 72X72 PNG 图像!
我这样做了,并且成功了,我用 Xcode 4.2.1 提交了它!
SOLVED: I reinstalled Xcode and it gave a warning:
You need a 72X72 PNG image!
I did that and it worked i submitted it with Xcode 4.2.1!