2015-11-19 84 views
0

我在Xcode 7.1中打开了旧项目,并且遇到了一个错误。未找到框架Xcode 7.1

ld: framework not found LibXL 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 
  • 我曾在项目文件夹的框架LibXL

  • Always search user path设置为YES。 //试图与NO

  • Framework Search Path被设置到框架路径$(PROJECT_DIR)这是/Users/Mr.T/Desktop/Project。 //试图与recursivenon-recursive

    的更多信息:

enter image description here

enter image description here

enter image description here

enter image description here

我不确定run path search path,它应该包含什么值!!!

回答

1

转到Build Settings并添加$(PROJECT_DIR)非递归到Framework Search Paths

没有必要改变Runpath Search Paths

+0

我做到了,但没有运气 –

0

框架得到了由LibXL更新,在某种程度上旧框架不被认可的Xcode。我再次下载了框架,并将其添加到项目中!它现在工作了!