I am developing an iphone by taking singleviewapplication template but select ARC check box.In my Application need of third Framework but when I run my Application so many errors occered.
All errors are related to ARC. How can I fix these error? Can any one help to me.
Thanks in advance!!!
You can compile some files without ARC by using the
-fno-objc-arccompiler flag on these files.Quote from this post.