Application Specific Information: ProductBuildVersion: 9B55 UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Cannot update for observer for the key path "_keyWindow.firstResponder" from , most likely because the value for the key "_keyWindow" has changed without an appropriate KVO notification being sent. Check the KVO-compliance of the IDEApplication class.
Above is the message in Xcode's problem report. Surprisingly, the .xcworkspace file works fine, but this isn't very helpful as I have integrated several API's in my project and hence can't run the xcworkspace. I haven't worked on this project in a few weeks but I don't remember running into this problem before. Thanks.
1 Answer1
Try deleting the user data folder. Right click over the.xcodeproj/.xcworkspace and selectshow package contents >xcuserdataand delete hexcuserdatad folder starting with your name after that quit and relaunch Xcode.
1 Comment
Explore related questions
See similar questions with these tags.

