crash - Xcode 4.4.1 does not work properly under OSX Mavericks -


examples:

  1. organizer shows ios 3.1.3 'the digest missing' key

  2. 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:

  1. disconnect ios devices, close itunes, close xcode
  2. sudo rm -rf /system/library/privateframeworks/mobiledevice.framework
  3. start xcode 5.1.1 - install compatible mobiledevice.framework

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -