开发者

Are Automatic Reference Counting (ARC) applications allowed into the App Store? [closed]

开发者_运维问答 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 11 years ago.

Since ARC will work in 4.0 are we able to compile our applications with LLVM3 now and put them into the App Store?

Or do we have to wait until Xcode 4.2 to release?


There's no problem with submitting ARC enabled applications. You have just to sign and submit the app with XCode 4.1.

The runtime support for ARC is already there (current Snow Leopard and Lion versions have it built in already). And as you are allowed to use whatever tool you want to build your binaries there should be no problem with a binary built with the clang/llvm3 suite.


If you manage to force Xcode 4.0.2 to compile with Clang from LLVM 3, I imagine you could. If you use the LLVM 3 backend, Apple may or may not detect this and invalidate your binary. Of course, you can't submit with 4.2 as the standard procedure is to only allow stable SDKs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜