加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

iPhone – 跟踪-L未找到

发布时间:2020-12-14 17:11:18 所属栏目:百科 来源:网络整理
导读:我正在尝试修改旧的应用程序,当我构建它时,给出了以下2个警告: ld: warning: directory ‘/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/usr/lib’ following -L not found 和 ld: warning: directory ‘/Develope
我正在尝试修改旧的应用程序,当我构建它时,给出了以下2个警告:

ld: warning: directory
‘/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/usr/lib’
following -L not found

ld: warning: directory
‘/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/usr/lib’
following -L not found

谁知道这是从哪里来的?

我正在使用xCode 3.2.5

解决方法

好吧,如果要相信错误消息的文本:

ld: warning: directory [...] not found

…它说找不到目录.如果你谷歌搜索编译器标志,你会看到-L用于指定其他库搜索路径目录.所以它在错误中提到的目录不存在.

您需要在指定给定文件夹的某个位置查看项目设置 – 它需要更新到当前版本的SDK所在的当前目录.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读