In my case it was some weird cache on xcode, even with all the removed references to the IBOutlets was still making it crash. IBOutlets were pointing to a older version of my file so not even removing and adding back files or removing all referencing outlets from my nib worked...
SOLUTION:
closing xcode made the trick, also cleaning/deepCleaning the project might have helped.