Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to Convert ARC XCode Project into Non-ARC ?

hi........Every one.


In my XCode i am enabling ARC & set flag -fno obj arc

it takes 20mb more than using with NonArc XCode project .


Now i want convert MyProject ARC into NON-ARC mode.


is it possible?

if YES ,then please guide me


Thank you in advance:)

Srikanth

iPhone 5, Mac OS X (10.7.5), XCode 4.6

Posted on Sep 10, 2013 11:25 PM

Reply
2 replies

Sep 10, 2013 11:34 PM in response to Srikanth from Tenali

Sure it's possible but you're going to have to figure out where to put all the releases yourself.

You should find out what is causing the extract 20 mb because switching to manual reference counting is going to be no fun at all.

ARC was invented for a reason. It makes like a whole lot easier for developers.

Don't fight it.

I seriously doubt if ARC is causing your problem.

How to Convert ARC XCode Project into Non-ARC ?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.