Closed fbara closed 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).
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.