I get a NSInvalidArgumentException on execution time off my custom cell.
NSInvalidArgumentException
The debugger error log:
2014-12-25 21:39:11.397 Cod
Thanks to @MichaelDautermann I was able to fix my problem.
I had deprecated 'Referencing objects' in my inspector view. I removed them and it now works as wished.