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?