开发者

TBXML issue with autorelease on iOS 5

i have try TBXML in iOS 5..

but as you know, autorelease is not use again in iOS 5.. so it's give me error when i start to run the apps..

is anybody get solve thi开发者_开发问答s problem??

or anyone can tell me another light xml parser??


iOS5 is still under NDA.

But per the LLVM project docs, you can see that you can turn off ARC for specific files in your project with -fno-objc-arc

See LLVM docs on ARC

But, as @Abizern suggests, you should ask this on Apple's Developer forums instead.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜