EXC_BAD_ACCESS in main.m

By running ionic cordova build ios, then running the app on device via Xcode, i get this error on app startup:

UIApplicationMain(argc, argv, nil, @“AppDelegate”);

Thread 1: EXC_BAD_ACCESS (code=1, address=0x50000)

Any help?
Thanks