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

后端 未结 6 880
盖世英雄少女心
盖世英雄少女心 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:33

    I was able to resolve this issue with these two commands in the Terminal:

    $ rm -rf ~/Library/Developer/CoreSimulator/Devices
    $ killall -9 com.apple.CoreSimulator.CoreSimulatorService
    

提交回复
热议问题