iOS 8 UIApplicationMain crash since SDK 8 update
问题 Since I updated Xcode to 6.0.1 and iOS SDK to 8.0 my app no longer work on the device (running iOS 8 ofc). But it works perfectly in the simulator. The app crashes in UIApplicationMain before any call to the delegate has ever happened. It seems either a value or key is null at CFTypeCollectionRetain. I've tried Recreating certificates/provision profiles. Re-built with/without ARC. Tested both armv7 and arm64 builds. Xcode template (Game) application compiles and runs without probs. Things to