ld: framework not found Parse

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/NLYNN/article/details/79142364

ld: framework not found Parse

clang: error: linker command failed with exit code 1 (use -v to see invocation)

手动导入的第三方库, 运行报错如上



解决办法:

  1. 选择工程
  2. 点击 Targets
  3. 点击 Build Settings
  4. 搜索 for: Framework Search Path
  5. 添加 $(PROJECT_DIR) 选择 Recursive option.

猜你喜欢

转载自blog.csdn.net/NLYNN/article/details/79142364
LD