I have been trying to use ShareKit in my project, but it came up ARC restrictions so I've disable ARC in all the share kit files using the-fno-objc-arc
compiler flag.
But now I've turned off arc theres loads of errors and issues. Does anyone know a solution to this or do i have to debug all the code ?
Also I've looked on the web but can't seem to find it but does an ARC compatible version of share kit exist ?
thanks in advance