Destination toolbar disappeared on XCode 6.4

前端 未结 11 1625
我寻月下人不归
我寻月下人不归 2020-12-13 08:11

Today in the morning I tried to compile my project to run in my device and I found the destination toolbar disappeared and I cannot choose my IOS device or IOS Simulator dev

相关标签:
11条回答
  • 2020-12-13 09:01

    Go to Product then Destination and choose at which simulator or device you want to test your build.

    0 讨论(0)
  • 2020-12-13 09:02

    I came to SO looking for an answer but realized that I had seen this issue before.

    So the problem is basically that auto layout sucks (I mean it is not working properly in Xcode 6) and on El Capitan, the destination toolbar is for some reason hiding instead of collapsing properly. So when your Xcode window is narrow, the destination toolbar disappears.

    But, if you expand the window far enough, it shows back up again.

    In case you can't tell, in the first screenshot, the window is about 1241 pixels wide and in the second screenshot the window is 1541 pixels wide.

    0 讨论(0)
  • 2020-12-13 09:04

    Not a fix as such but you can work around it using the menus: Product > Scheme and Product > Destination

    0 讨论(0)
  • 2020-12-13 09:07

    right click on title bar -> select show toolbar

    0 讨论(0)
  • 2020-12-13 09:11

    You're probably running into the same issue I am. Like @BrandonWilliams said in his answer, it appears again if the Xcode window is wide enough. The underlying cause, for me at least, seems to be that in this build of Xcode (6.4) running on El Capitan beta 2 (with Xcode 7 beta installed), I am seeing duplicate simulators for iOS 8.4. And since there are two of the same version, the Schemes dropdown shows some sort of long GUID next to each one, causing the Scheme dropdown to be quite large:

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