devgeeks/Canvas2ImagePlugin

Canvas2ImagePlugin.m errors

Closed this issue · 1 comments

First off, awesome plugin.

Next, I think I followed all the instructions in the readme but I'm getting build errors in the Canvas2ImagePlugin.m.

Errors:
line 28: ARC forbids explicit message send of "autorelease'
line 28: 'autorelease' is unavailable: not available in automatic reference counting mode

line 54: 'release' is unavailable: not available in automatic reference counting mode
line 54: ARC forbids explicit message send of 'release'

line 55: ARC forbids explicit message send of 'dealloc'

Any thoughts of direction on these errors would be great.
I'm running xcode 4.6.3 and cordova 3.0 and iOS 6.1

OK.

I had accepted a couple of pull reqs, and I had also made a really half-assed attempt to update this plugin to be 3.x and cli / plugman compatible.

But after seeing this issue, I actually went in and REALLY made it 3.x / cli / plugman ready.

Try removing the plugin and re-adding it from the latest master.