I just made a few changes to an app, nothing big, then hit run to test it but before the app finishes loading it crashes with the message:
'NSInvalidArgumentException', reason: '-[FFSViewController descriptionWithLocale:]: unrecognized selector sent to instance
I've searched every one of my source files and 'descriptionWithLocale' doesn't appear once and I can't figure out what would be calling this on my viewController.
Has anyone seen this or have any idea what might have caused this?
Thanks,
'NSInvalidArgumentException', reason: '-[FFSViewController descriptionWithLocale:]: unrecognized selector sent to instance
I've searched every one of my source files and 'descriptionWithLocale' doesn't appear once and I can't figure out what would be calling this on my viewController.
Has anyone seen this or have any idea what might have caused this?
Thanks,
Last edited: