未找到 -L 之后的目录“X"

2023-10-23移动开发问题
0

本文介绍了未找到 -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"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

硬件音量按钮更改应用程序音量
Hardware Volume buttons change in app volume(硬件音量按钮更改应用程序音量)...
2024-08-12 移动开发问题
10

Cocos2d - 如何检查不同层中对象之间的交集
Cocos2d - How to check for Intersection between objects in different layers(Cocos2d - 如何检查不同层中对象之间的交集)...
2024-08-12 移动开发问题
8

突出显示朗读文本(在 iPhone 的故事书类型应用程序中)
Highlight Read-Along Text (in a storybook type app for iPhone)(突出显示朗读文本(在 iPhone 的故事书类型应用程序中))...
2024-08-12 移动开发问题
9

Cocos2D + 仅禁用 Retina iPad 图形
Cocos2D + Disabling only Retina iPad Graphics(Cocos2D + 仅禁用 Retina iPad 图形)...
2024-08-12 移动开发问题
10

如何将 32 位 PNG 转换为 RGB565?
How to convert 32 bit PNG to RGB565?(如何将 32 位 PNG 转换为 RGB565?)...
2024-08-12 移动开发问题
21

正确的 cocos2d 场景重启?
Proper cocos2d scene restart?(正确的 cocos2d 场景重启?)...
2024-08-12 移动开发问题
7