EXC_BAD_ACCESS Using gmaps sdk 1.9.0, Xcode 6.4, running on 8.3 device
I have 2 projects working with google maps sdk, they are currently in the Appstore. Things to have in mind: Gmaps sdk version 1.9.0 installed via cocoapods Xcode version 6.4 Deployment target 7.1 Device: iPhone 4s with 8.3.0 Today I've opened Xcode as usual with the first project, tried to compile and debug on the iPhone and I sometimes get a EXC_BAD_ACCESS (code=1...) crash on the app and sometime get EXC_BAD_ACCESS (code=EXC_ARM_DA_ALING...) , no stack trace in here, but always on main.m: return UIApplicationMain(argc, argv, nil, NSStringFromClass([TGPAppDelegate class])); Seeing the first