I recently upgraded to Xcode 7 and upgraded my iPhone to iOS 9. I developed and released an iOS app that did a great job with the latest version of iOS 8 and Xcode 6.
When I try to go through the process of updating the application to support iOS 9, I get the most ridiculous strange error that left me puzzled.
I automatically performed all the syntax corrections using Xcode, and now my application is building correctly. At first it works fine.
I have a button that goes to the view controller using WebView. This view controller downloads a link that will display an image, website or YouTube video. Content loads fine, as always. However, the program will crash and restart the simulator (and my iPhone) and send me to the lock screen when I press the back button (Iβm in the navigation stack).
In Xcode, I get the following messages:
XPC connection aborted. Completion as there is no system application.
I have Flurry analytics built into my application, by the way, not sure if this is a problem.
How can I fix this problem? My searches for XPC connections do not seem to return problems like mine. I donβt even know what an XPC connection is, so why is it in my application?
EDIT: I found a workaround for this problem. I canβt say this is a fix.
A crash occurred while using the self.navigationController? .PopViewControllerAnimated method when set to true. I had to set this value to false, and the failure stops (now the transition looks awful).
I do not know why this works, and just adds to my confusion.
iphone ios9 xcode7 xpc
iOShepherd Sep 20 '15 at 20:48 2015-09-20 20:48
source share