错误描述:

OC报错:framework not found Reveal

ld: framework not found Reveal
clang: error: linker command failed with exit code 1 (use -v to see invocation)

错误原因:

PROJECT或TARGETS没有配置Framework的查找路径,类似的framework not found Something都可以以此解决。

解决方法:

依次进入:PROJECT-->Build Settings-->Search Paths-->Frameword Search Paths

检查项目的框架路径是否填写完整,通常为$(inherited) $(PROJECT_DIR)/项目名

OC报错:framework not found Reveal

接着检查TARGETS的框架路径,跟PROJECT的类似,路径也一样。


http://blog.csdn.net/blcsn/article/details/42026579

相关文章:

  • 2021-07-23
  • 2021-10-18
  • 2021-05-30
  • 2021-06-15
  • 2022-12-23
  • 2021-09-06
  • 2018-10-11
  • 2021-11-28
猜你喜欢
  • 2022-01-31
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-12-04
  • 2021-09-04
  • 2021-08-09
相关资源
相似解决方案