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"
基础教程推荐
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
