Automatic Reference Counting iOS 5
Hey guys, I just wanted to point out that ACR feature on iOS 5 gave me some problems. I couldn't execute a query when ACR was on. I had to turn it off in order to implement iSqlServer on my project. Maybe you'll want to let new users about that.
8 comments
-
Adminmobile[foo]
(MobileFoo, MobileFoo)
commented
Hi all,
Just to let you know, we're not currently planning on explicit support for ARC at the moment - as you may see from the main website, we've currently put the mobile[foo] components on hold while we concentrate on a couple of other projects.
You can disable ARC on a file-by-file basis in XCode, which means you can use both ARC and non-ARC code in the same project:
http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-projectHope that helps!
Rob
mobile[foo] -
Kevin
commented
ARC is also throwing me a bunch of errors for the SlidingNavDemo. Will you be releasing an ARC friendly version soon?
-
Brandon
commented
I've just converted my project to ARC and it works fine for me... Though a ARC version of iSql SDK would be nice.
-
Brandon
commented
I'd like to eventually convert to ARC soon ;)
-
Andrés Arocho
commented
Hi Rob,
I'm not having the problem anymore. i was using Xcode 4.2 Beta the first time I tried it. Now I'm using the latest Xcode and it works great.Thanks.
-
Adminmobile[foo]
(MobileFoo, MobileFoo)
commented
Sorry, this completely slipped through my "to do" list!
Let me try and unbrick my iPad after a failed iOS 5 update and give it another go :-).
Thanks,
Rob -
Andrés Arocho
commented
Hi, any update on ARC and iSQL? Thanks.
-
Adminmobile[foo]
(MobileFoo, MobileFoo)
commented
Hi Andres,
Thanks for the report - I'd not spotted that, but I'll check it out and see if I can work out what's happening at my end shortly.
Thanks,
Rob
mobile[foo]