iPhone 提交:“您上传的二进制文件无效。 SDK 的预发布测试版用于构建该应用程序”。
我有 Xcode 3.2.3(预发行版)和运行 OS 4 的 iPhone。我刚刚使用 iPhone OS 3 的 Cocos2d 完成了我的游戏,我想将其放在 AppStore 上。
我按照本教程构建您的分发应用程序,当我上传我的 . zip 文件时,我收到此错误:“您上传的二进制文件无效。使用 SDK 的预发布测试版来构建应用程序。”
我不明白为什么我会收到此消息...以下是我的项目配置的一些屏幕截图:
替代文本 http://ple100.free.fr/iph/overview.png 替代文本 http://ple100.free.fr/iph/info.png< br> (如果您需要其他信息,请问我)
我在编译过程中也收到了这个我不明白的警告:
替代文本 http://ple100.free.fr/iph/warning.png
其他事情(可能已连接):当我为我的应用程序启动 iphone 模拟器 3.2 时,出现的是 iPad。
如果您知道谁可以将我的应用程序上传到 AppStore...谢谢!
I have Xcode 3.2.3 (Pre-release) and an iPhone with OS 4. I just finished my game using Cocos2d for iPhone OS 3, and I want to put it on the AppStore.
I followed this tutorial Building Your App for Distribution, and when I upload my .zip file, I get this error : "The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the application."
I don't understand why I have this message... here are some screenshots of the configuration of my project :
alt text http://ple100.free.fr/iph/overview.png
alt text http://ple100.free.fr/iph/info.png
(if you need other informations, ask me)
And I have also this warning during the compilation that I don't understand :
alt text http://ple100.free.fr/iph/warning.png
An other thing (that is maybe connected): when I launch the iphone simulator 3.2 for my app, it's an iPad that shows up.
If you have any idea who can I upload my app to AppStore... Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
错误消息(“您上传的二进制文件无效。使用 SDK 的预发布测试版来构建应用程序”)确切告诉您出了什么问题。您无法使用预发布软件将任何内容上传到 AppStore。
您将重新安装当前的 SDK 并使用它构建应用程序。
The error message (“The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the application”) is telling you exactly what is wrong. You can't upload anything to the AppStore with pre-release software.
You'll to reinstall the current SDK and build the application with that.