Swift, error EXC_BREAKPOINT (code=1, subcode=0x100695474)
Check your IBOutlets and if they are linked to your storyboard.
Delete the derived data of your application.
Xcode (top menu)
> Preferences
> Locations (tab)
> Derived Data
gives you the path of the folder and simply trash the respective project folder inside that.
Also try cleaning your project if necessary.