application object passed onto didFinishLaunchingWithOptions is nil when I attach to Process through Xcode6. When ran within the simulator it works fine.
I also tried explicitly getting UIApplication* by
UIApplication* app = [UIApplication sharedApplication];
but this also returns nil. Any idea what I am doing wrong? This started happening after updating the base SDK to iOS8.4.
Thanks.