gpt4 book ai didi

ios - 错误 : ld: library not found for -lPods with CocoaPods

转载 作者:IT王子 更新时间:2023-10-29 07:49:16 25 4
gpt4 key购买 nike

在我使用 Cocoapods 安装 DTCoreText ( https://github.com/Cocoanetics/DTCoreText ) 之后,当我尝试运行模拟器或设备时,我总是遇到错误!

ld: warning: directory not found for option '-L/Users/example/Desktop/ios/Pods/build/Release-iphoneos'
ld: warning: directory not found for option '-L/Users/example/Desktop/ios/Pods/build/Debug-iphoneos'
ld: library not found for -lPods-example
clang: error: linker command failed with exit code 1 (use -v to see invocation)

在我的“Link Binary With Libraries”中,“libPods”部分是红色的:

enter image description here

这是我的build设置:

我的项目设置:

enter image description here

我的 Pod 的设置:

enter image description here

编辑:

我不确定是什么问题,但是当我删除所有 DTCoreText 和 Cocoapods 的东西并重新安装所有东西时我解决了它!

最佳答案

建议尝试以下对我有用的方法:

a) 从“目标设置” View 中的“库”中搜索,然后双击以检查 Library Search Paths 的值

b) $(inherited)$(PROJECT_DIR)/Pods/build/Debug-iphoneos 列出了两个值。删除后者。

c) 进行全面清理、构建和运行

d) 再次运行 pod install。请注意,该条目未恢复。

关于ios - 错误 : ld: library not found for -lPods with CocoaPods,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23489920/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com