crash - Xcode 4.4.1 does not work properly under OSX Mavericks -
examples:
organizer shows ios 3.1.3 'the digest missing' key
it can crash next crash data:
uncaught exception (nsinternalinconsistencyexception): extension xcode.device.iphone class 'dvtiphonelocator' not found required key 'locatorclass'
for me happens after run xcode 6 beta install incompatible "mobiledevice.framework" on first launch.
so solution:
- disconnect ios devices, close itunes, close xcode
sudo rm -rf /system/library/privateframeworks/mobiledevice.framework
- start xcode 5.1.1 - install compatible mobiledevice.framework
Comments
Post a Comment