美文网首页
Directory not found for option..

Directory not found for option..

作者: 威尔先生在码字 | 来源:发表于2017-11-29 15:18 被阅读0次

从Stackoverflow转载的答案,解决了我的问题:

There are two errors that people seem to be confusing.

1. If it is a "directory not found for option '-L/..." error, that means it's a Library Error, and you should try to:

Click on your project (targets)

Click on Build Settings

UnderLibrary Search Paths, delete the paths

2. If it is a "directory not found for option '-F/...", that means it's a Framework Error, and you should try to:

Click on your project (targets)

Click on Build Settings

UnderFramework Search Paths, delete the paths

相关文章

网友评论

      本文标题:Directory not found for option..

      本文链接:https://www.haomeiwen.com/subject/egoubxtx.html