itsniper / FTASync

Allows you to sync CoreData entities with a Parse backend.
MIT License
311 stars 59 forks source link

Storyboard Compatibility Issues #20

Closed alexsaidani closed 11 years ago

alexsaidani commented 11 years ago

I'm having some serious issues trying to get this to work with storyboards, the app will just crash every time I give it a go. If anyone has got it working properly with storyboards, it'd be great to see some sample code.

The main error i'm getting is this:

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*\ -[__NSArrayM insertObject:atIndex:]: object cannot be nil'

However i'm not entirely sure what is causing it.