Directory #39;X#39; following -L not found(未找到 -L 之后的目录“X)
问题描述
我的项目在 xcode 中有两个警告,两者都不会停止应用程序的运行,但我想确保我在构建时没有任何警告.
I have two warnings for my project in xcode, both don't stop the app running but I want to make sure I build without any warnings.
我最近从我的应用程序中删除了 Flurry,并使用 libsimulate,尽管我花了很多时间在 StackOverflow 和 Google 上搜索答案,但我仍然无法停止显示这些消息.
I recently removed Flurry from my app, and libsimulate and I can't get these messages to stop appearing despite spending many hours searching for answers on StackOverflow and Google.
我知道这一定是一个简单的问题要解决.这是一张帮助您理解的图片:
I know it must be a simple problem to solve. Here is an image to help you understand:
推荐答案
在项目或目标构建设置中,搜索libsimulate
.它被作为参数传递给其中某处的 -L
,可能是通过库搜索路径;编辑它.然后对 FlurryLib 执行相同的操作.
In the project or target build settings, search for libsimulate
. It's being passed as an argument to -L
somewhere in there, likely by Library Search Paths; edit it out. Then do the same for FlurryLib.
这篇关于未找到 -L 之后的目录“X"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:未找到 -L 之后的目录“X"


基础教程推荐
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01