Xcode Organizer: can not use iPhone (dyld_shared_cache_extract_dylibs failed)

后端 未结 13 874
抹茶落季
抹茶落季 2020-12-01 12:06

When plugging my iPhone in and starting the Xcode organizer, a yellow circle next to the device show me that \"This device is busy or otherwise unusable by Xcode.\" The Orga

13条回答
  •  独厮守ぢ
    2020-12-01 13:07

    Target path to directory has been changed since Xcode 3.

    If you have same issue in Xcode 8 then follow next steps:

    1. Delete a directory in ~/Library/Developer/Xcode/iOS DeviceSupport/
      that matches the version of the iOS on your device.
    2. Restart Xcode.

    Source: Apple Developer Forum

提交回复
热议问题