我不断收到此链接器警告,并且不一致地,每隔几个都会生成一个错误?

ld: warning: directory not found for option '-L/Users/PROJECT2/Desktop/Ping Pong - Ultimate/Tap'
ld: warning: directory not found for option '-LPing’
ld: warning: directory not found for option '-L-'
ld: warning: directory not found for option '-LPong’
ld: warning: directory not found for option '-LUltimate’

一直这样说,但是我的项目中没有L吗?

我将对这个问题提出更多意见,但实际上我不知道发生了什么事?我什至可以在哪里开始搜索这些“L”的隐藏位置?

如果需要更多信息,请告诉我,我将尝试查找!

最佳答案

应该看起来更辛苦了。详细的确切答案就在这里:Apple Mach-O Linker Warning Directory not found

关于ios - 如何解决此Mach-O Linker问题?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/24042487/

10-11 22:56
查看更多