问题
examples:
Organizer shows for iOS 3.1.3 'The digest is missing' key
It can crash with next crash data:
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Extension Xcode.Device.iPhone class 'DVTiPhoneLocator' not found for required key 'locatorclass'
回答1:
For me it happens after run Xcode 6 beta which install incompatible "MobileDevice.framework" on first launch.
so solution:
- disconnect any iOS devices, close iTunes, close XCode
sudo rm -rf /System/Library/PrivateFrameworks/MobileDevice.framework
- start Xcode 5.1.1 - It will install compatible MobileDevice.framework
来源:https://stackoverflow.com/questions/24448250/xcode-4-4-1-does-not-work-properly-under-osx-mavericks