@autoreleasepool make errors

和自甴很熟 提交于 2019-12-08 06:01:11

问题


I tried compile program with MagicalRecord and I have error

I

do not know how resolve this problem

in older sdk every thing is ok.


回答1:


you don't need the special case. @autoreleasepool will work for all iOS versions. this is a compiler feature, not an iOS feature. this is assuming you are using xcode 4.2. If you have an earlier version of xcode, @autoreleasepool is not available.



来源:https://stackoverflow.com/questions/8069570/autoreleasepool-make-errors

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!