"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

problem caused by Objective-C Automatic Reference Counting (ARC)

 

hi ,

I have a specific problem about iOS generation, it is problem caused by Automatic Reference Counting (ARC).

as my existing app is developed based on Automatic Reference Counting (ARC) while your sample app is developed based on non-ARC.

any advice or solution can you give me to convert your sample app into one version with ARC ?

 

I tried to modified and keep the statement getting rid of "release" or "autorelease" term , problem is still unsolved