这里自己遇到的一些问题,总结一下:

第一个问题
建立好theos工程后make出现

xcrun: error: SDK "iphoneos" cannot be located

xcrun: error: SDK "iphoneos" cannot be located

==> Error: You do not have an SDK in /Library/Developer/CommandLineTools/Platforms/iPhoneOS.platform/Developer/SDKs or /opt/theos/sdks.

解决:

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/

 

书上说theos安装还需要支行一下boot开头的sh文件 ,新版本 的是不需要的。

相关文章:

  • 2020-05-30
  • 2022-12-23
  • 2022-02-13
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2019-11-02
  • 2021-12-19
猜你喜欢
  • 2021-07-05
  • 2021-11-08
  • 2021-05-30
  • 2021-10-09
  • 2021-04-24
  • 2021-07-16
  • 2021-10-12
相关资源
相似解决方案