简体   繁体   English

使用ARC和xcode 4.2开发了一个应用程序。 如何将其提交到iTunes?

[英]Developed an app with ARC and xcode 4.2. How can I submit this to iTunes?

After reading: 看完之后:

iphone: submit app with iOS 5 and XCode 4.2? iPhone:使用iOS 5和XCode 4.2提交应用程序?

I realize that using ARC and expecting to release an app to the app store with this technology might have been a bit short-sighted of me. 我意识到使用ARC并期望使用此技术将应用程序发布到应用程序商店对我来说可能有点短视。 What is the best course of action for me? 对我来说最好的行动方案是什么?

  • Use Xcode 4 and redo the memory management 使用Xcode 4并重做内存管理
  • Wait for Xcode 4.2 to be released 等待Xcode 4.2发布
  • Some other magical way that will solve all my issues and make my dreams come true 其他神奇的方式将解决我所有的问题并使梦想成真

Thanks for the advice. 谢谢你的建议。

Update : Just in case anyone wandered on to this, it was while Xcode 4.2 was still in beta. 更新 :以防万一有人流连忘返,当时Xcode 4.2仍处于测试版。 End result: don't use beta features unless you're ok with waiting for the final release. 最终结果:除非可以等待最终版本,否则不要使用beta功能。

So, first, there is no Santa Claus. 因此,首先,没有圣诞老人。 That leaves us with: 这给我们留下了:

How urgently do you want to ship? 您要多紧急运送?

Xcode 4.2 is going to ship with iOS 5. iOS 5 is likely to ship around September. Xcode 4.2将随iOS 5一起发布。iOS5可能会在9月左右发布。 It could be later. 可能会晚一点。 So can you sit on your app for that long? 那么,您可以在应用程序上呆这么长时间吗? If so, eh, keep polishing, maybe work on some additional features, do an exhaustive run of QA, then when the GM is ready you'll be all set. 如果是这样,嗯,继续打磨,也许在一些其他功能上进行工作,进行详尽的质量检查,然后当通用汽车准备就绪时,您便会准备就绪。

If you want to be the master of your own destiny and ship on your terms, install Xcode 4.1 and run the static analyzer to get the full measure of your missing memory management, spend a few hours fixing things up, then profile and test the hell out of it just to be sure. 如果您想成为自己的命运的主人并按自己的意愿行事,请安装Xcode 4.1并运行静态分析器以全面了解缺少的内存管理,花几个小时修复问题,然后进行概要分析并进行测试只是为了确定。 Read up on the Leaks instrument, along with NSZombieEnabled , should you run into unexpected memory issues (dunno how big your project is, but I'm sure they can build up with the luxury of ARC snatched away). 如果您遇到了意外的内存问题(不知道您的项目有多大,但我敢肯定它们可以随着抢走的ARC而建立起来),请使用Leaks仪器以及NSZombieEnabled进行阅读。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM