Search code examples
c++iosxcodexcode7cocos2d-x-2.x

ld: library not found for -lnfshared in iOS 9.0


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?


Solution

  • The problem was in build setting. Deployment target was from 6.0. I've change it to 7.0 and the error disappeared