Can I remove previous versions of iphone support in DeviceSupport folder in Xcode 4?

前端 未结 1 452
青春惊慌失措
青春惊慌失措 2021-02-12 15:01

In my quest to find out why Xcode is so big, i found out that a lot of the space is taken up by the subfolders to the Developer>Platforms>iPhoneOS.platform>DeviceSupport folder.

1条回答
  •  无人共我
    2021-02-12 15:39

    Yes you can remove SKDs prior to 4.0 in Developer/Platforms/iPhoneOS.platform/DeviceSupport it's just old stuff.

    For the subfolders in Developer/Platforms/iPhoneSimulator.platform/Developer it's all the devices version that you will find in iOS Simulator in the menu Hardware>Device>Version. It can be sometimes usefull to keep them to test retrocompatibility (But remember that a test on a real device is still better). But if you want you can also remove these SKDs.

    0 讨论(0)
提交回复
热议问题