Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARC Version of Library #13

Open
rcfrias opened this issue Feb 8, 2012 · 1 comment
Open

ARC Version of Library #13

rcfrias opened this issue Feb 8, 2012 · 1 comment

Comments

@rcfrias
Copy link

rcfrias commented Feb 8, 2012

I had a hard time trying to figure out how to make this library work with the new MemoryManagement in iOS, since none of the used "autorelease", "release", etc... is supported anymore. It looks like the whole app has to be without auto reference counting in order to work at all.

Would be nice to have the updated version. Im an Objective-C noob, so I would rather dont do this myself :)
Thanks for the help!

@loosecannon1
Copy link

I imagine you can go into your Target -> Build Phases -> Compile Sources and add this compiler flag to all the cocoa amy sources: -fno-objc-arc

This is what i had to do with the AddThis library which is also non-ARC. I haven't tried it yet though. I am going to go through an remove all the memory management and see how that works. I heard that there was a memory leak somewhere anyway so that might be a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants