编译kivy的时候提示

    raise exc(self.ran, self.process.stdout, self.process.stderr)

sh.ErrorReturnCode_1: 

 

  RAN: '/usr/bin/xcrun --sdk iphonesimulator --show-sdk-path'

 

  STDOUT:

 

 

  STDERR:

xcrun: error: SDK "iphonesimulator" cannot be located

xcrun: error: SDK "iphonesimulator" cannot be located

xcrun: error: unable to lookup item 'Path' in SDK 'iphonesimulator'

 

我的解决办法,启动 Xcode 找菜单项

Xcode – Preferences… -> Locations 选项卡下

Command Line Tools: 选择一下你现在用的 Xcode 版本 最后保存

相关文章:

  • 2021-06-22
  • 2021-08-24
  • 2021-06-25
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
猜你喜欢
  • 2022-12-23
  • 2021-06-03
  • 2021-05-21
  • 2021-07-09
  • 2022-02-26
  • 2021-05-05
  • 2022-12-23
相关资源
相似解决方案