Xcode 5 shows the same device twice

后端 未结 2 1965
遥遥无期
遥遥无期 2020-12-06 09:56

Ever since my team switched from Xcode 4 to 5, this weird bug shows up, that:

When we connect the iPhone/iPod touch to the macs, the device will be shown as two devi

相关标签:
2条回答
  • 2020-12-06 10:35

    Don't use symbolic link to sdk 6.1. I have deleted symbolic link and made copy of sdk 6.1 into xcode. Crashes were eliminated after this actions.

    0 讨论(0)
  • 2020-12-06 10:49

    as @Petesh states, this is due to adding the 6.1 SDK to xCode 5. Additionally, one of the devices will run with iOS 6.1 visual styles while the other will run with 7.0 styles. Sadly you can't tell the difference which will run with the 6.1 styles and which will run with the 7.0 styles.

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