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"


基础教程推荐
- 如何使 UINavigationBar 背景透明? 2022-01-01
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01
- 如何使用 YouTube API V3? 2022-01-01
- 固定小数的Android Money Input 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01