iPhone开发测试版?
我已经下载了最新版本的 Xcode 和 iOS SDK:
iOS 5.1 beta 3 和 Xcode 4.3 Developer Preview with iOS 5.1 SDK beta 3。
当我检查 Xcode 有关版本时,会显示以下信息:
Xcode 4.2.1 (834) (4D502) iphone OS: 5.0 (9A334)
我不确定当我使用测试版软件提交我的应用程序时是否遇到任何问题。如果是这样,这里最好的程序是什么?恢复到生产版本并开发应用程序?
提前致谢,
I've downloaded latest version of Xcode and iOS SDK:
iOS 5.1 beta 3 and Xcode 4.3 Developer Preview with iOS 5.1 SDK beta 3.
When I check the Xcode about version following information is displayed:
Xcode 4.2.1 (834) (4D502)
iphone OS: 5.0 (9A334)
I'm not sure whether I face any problems or not when I submit my app with beta software. If so what's the best procedure here? revert back to production version and develop the app?
Thanks in advance,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无论如何,您都无法提交由 Xcode 测试版构建的应用程序。
但您仍在使用稳定版本(4.2.1)。
这可能是因为 Apple 改变了分发 Xcode 的方式。 Beta 版本 (4.3) 是应用程序目录中的一个应用程序。但稳定版本(4.2)位于/Developer。
所以测试版无法覆盖稳定版,因为它们存储在不同的地方。
由于您仍然拥有稳定版本,因此无需恢复任何内容。
甚至看起来您一直不小心使用了稳定版本 ^^
对于未来:如果您想提交应用程序,请确保保持稳定的 Xcode。
You can't submit apps built by a beta version of Xcode anyway.
But you are still using the stable version (4.2.1).
That's probably because Apple changed the way they distribute Xcode. The beta version (4.3) is a single app in your application directory. But the stable version (4.2) is located in /Developer.
So the beta version could not overwrite the stable version because they are stored in different places.
Since you still have the stable version there is no need to revert anything.
It even looks like you accidentally used the stable version all the time ^^
For the future: Make sure to keep the stable Xcode if you want to submit apps.