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

DETweetComposeViewController and ARC #37

Closed
lorenzocov opened this issue Mar 12, 2012 · 4 comments
Closed

DETweetComposeViewController and ARC #37

lorenzocov opened this issue Mar 12, 2012 · 4 comments

Comments

@lorenzocov
Copy link

Hello,

I set the use of ARC for my project, and initially implemented the tweet functionality with TweetComposeViewController.

Now I am trying to use DETweetComposeViewController, but, when building, I get many errors related to using ARC (DETweetComposeViewController instead manages the memory).

So, did someone experience using DETweetComposeViewController with ARC?

Thanks!

@DaveBatton
Copy link
Contributor

You'll need to modify the code to remove all -release and -autorelease calls. Or you may be able to let Xcode convert the sample project to ARC before transferring the files to your project.

@skabber
Copy link
Contributor

skabber commented Apr 16, 2012

Or you can use the -fno-objc-arc compiler options on all the DETweetComposeViewController classes until we change the project over to use arc.
http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-project

@skabber skabber closed this as completed Apr 16, 2012
@massdonati
Copy link

@skabber and when would it happend?

@skabber
Copy link
Contributor

skabber commented Jan 30, 2014

Well I was thinking of discontinuing the project, since iOS 4 is really not in use much anymore. Do you still have a need for this?

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

4 participants