在我用 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”部分是红色的:
这是我的构建设置:
我的项目的设置:
我的 Pod 的设置:
编辑:
我不确定是什么问题,但是当我删除所有 DTCoreText 和 Cocoapods 的东西并重新安装所有东西时,我解决了这个问题!