I’m new to iOS and trying to use RestKit.
I’m getting a ‘sigabrt’ exception during Singleton instantiation dealing with the use of autoRelease.
I noticed that RestKit uses memory management keywords that are not allowed in iOS projects w/ Automatic Reference Counting (ARC) enabled, could this be an issue?
Anyone encountered anything similar?
OK – found the problem: it seems the ‘-ObjC -all_load’ key disappeared, I thoroughly followed RestKit’s install instructions but this seemed to have slipped somehow – jshin thanks for making me look through the installation help again 🙂
Coming from .NET world I have to say XCode/ObjectiveC feel extremely archaic in comparison, just adding a library is a 10 page manual and not to mention the exception that made no sense what’s so ever or gave any useful info – but then again this is coming from someone who’s new to iOS 🙂