iOS/tvOS playground fails with “Unable to find execution service for selected run destination”

后端 未结 6 854
盖世英雄少女心
盖世英雄少女心 2021-02-18 15:06

After migrating to XCode 7.1 I can not use playground with iOS and tvOS platforms. Only OS X works. Simplest playground code produces error message:

Una

6条回答
  •  野的像风
    2021-02-18 15:51

    Xcode 8 update. Ran into a similar message

    "selected platform is not available"

    With the playground open, in the upper right of the window, the last icon on the right: Hide or Show the Utilities. Click that, then in that area click the icon on the left: Show File Inspector.

    Then in the Playground Settings popup it may be set for unknown. Change it to your Platform of choice (OS X for me) then you should be good to go.

提交回复
热议问题