duplicate device scheme in xcode 4

后端 未结 6 995
慢半拍i
慢半拍i 2021-02-04 07:33

When I look at my schemes in xcode 4 after I connect my iPad, I see two schemes listed for my device (one to the right of my project name in the drop down list, and one right un

6条回答
  •  南笙
    南笙 (楼主)
    2021-02-04 07:43

    Xcode is displaying a device scheme for each of the iOS SDKs you have on your system.

    If you want to remove those duplicate devices, you can either delete or move old SDK versions out of the system folder they reside in -

    MACHD/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/...

    Delete or transfer the old SDKs and relaunch Xcode to notice the updated device schemes. I'm not sure if you really want to be removing those SDKs... but that will get rid of those extra duplicate devices.

提交回复
热议问题