xcode清除缓存后"-Swift.h"file not find

333 阅读1分钟
  • 场景:在xcode中执行了ctrl+alt+k,然后xcode就开始提示“projectName-Swift.h” file not find。
  • 解决:在工程中执行rm -rf DerivedData 就可以解决啦
  • 原因:未完待续