1

I opened a project with new Xcode (Version 7.0) and there was some errors connected with CoreText.framework and lnfshared.dylib. All libraries with *.dylib I've changed to *.tbd. Now there is only one error in compilation:

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

Has anybody encountered such a problem?

4

2 回答 2

0

我有一个类似的问题,我解决了在不同路径中搜索文件的问题。查看此链接 缺少文件 libresolv.9.dylib 和 libxml2.dylib

于 2015-09-28T11:43:51.907 回答
0

问题出在构建设置中。部署目标从 6.0 开始。我已将其更改为 7.0 并且错误消失了

于 2015-10-08T10:15:50.323 回答