overshare / overshare-kit

A soup-to-nuts sharing library for iOS.
MIT License
1.81k stars 132 forks source link

Many instances of 'release' and 'retain' (pre-ARC) and other errors #76

Closed fbara closed 10 years ago

fbara commented 10 years ago

I know this was written pre-ARC and I'm getting dozens of errors on 'release', 'retain', and 'autorelease'. I'm also getting a bunch of casting errors that I'm doing my best to fix. I've only been developing in xcode for a few months so this activity is very difficult for me.

jaredsinclair commented 10 years ago

The Pocket API SDK files do not use ARC. You’ll need to add the -fno-objc-arc flag to those .m files in the Compile Sources Build Phase for your target.

Jared Sinclair

On Tuesday, August 12, 2014 at 8:07 AM, fbara wrote:

I know this was written pre-ARC and I'm getting dozens of errors on 'release', 'retain', and 'autorelease'. I'm also getting a bunch of casting errors that I'm doing my best to fix. I've only been developing in xcode for a few months so this activity is very difficult for me.

— Reply to this email directly or view it on GitHub (https://github.com/overshare/overshare-kit/issues/76).