ios - 如何解决此Mach-O Linker问题?

标签 ios iphone objective-c compiler-errors

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

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/

相关文章:

iphone - 从 iPhone 应用程序的发布版本中排除 NSLog

ios - 具有多个对多条件的核心数据 NSPredicate

ios - 我将如何添加带有文字的 ScrollView 指示器?

jquery - Hover CSS 上的 iPad/iPhone Touch 事件

iphone - 将“设置首选项”的“键盘类型”更改为带小数点的数字键盘

ios - 集成适用于iPhone的Linphone

ios - 将文件放在哪里以便以后通过代码访问?

html - NSHTMLTextDocumentType 同步下载图片

ios - UITextView 文本 - 从上到下动画文本

iOS:如何从 Swift 文件中的 Constant.h ObjC 获取#define?