首页 文章

错误:找不到-lPods的库

提问于
浏览
0

我用AFNetworking和 Loggers 人下载了这个项目,它不会编译 . 以下是我收到的错误,你可以指导我如何解释它,如果你知道错误是什么?

Ld / Users / nader / Library / Developer / Xcode / DerivedData / SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz / Build / Products / Debug-iphonesimulator / SimpleLink \ provisioning.app/SimpleLink \ provisioning normal x86_64 cd / Users / nader / Documents / iOS / source export IPHONEOS_DEPLOYMENT_TARGET = 7.0 export PATH =“/ Applications / Xcode.app / Contents / Developer / Platforms / iPhoneSimulator.platform / Developer / usr / bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/ usr / local / bin :/ usr / bin:/ bin:/ usr / sbin:/ sbin“/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app /Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk -L / Users / nader / Library / Developer / Xcode / DerivedData / SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz / Build / Products / Debug-iphonesimulator -L / Users /纳德/库/开发商/ Xcode中/ DerivedData / SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz /编译/产品/调试-iphonesimulator / AFNetworking -L / Users / nader / Library / Developer / Xcode / DerivedData / SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz / Build / Products / Debug-iphonesimulator / CocoaLumberjack -L / Users / nader / Documents / iOS / source / SmartConfigCC31XX -L / Users / nader / Documents / iOS / source / build / Debug-iphoneos -F / Users / nader / Library / Developer / Xcode / DerivedData / SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz / Build / Products / Debug-iphonesimulator -F / Users / nader / Documents / iOS / source -filelist /Users/nader/Library/Developer/Xcode/DerivedData/SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz/Build/Intermediates.noindex/SmartConfigCC31XX.build/Debug-iphonesimulator/SmartConfigCC31XX.build/Objects-normal/x86_64/SimpleLink \ provisioning.LinkFileList -mios-simulator -version-min = 7.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/nader/Library/Developer/Xcode/DerivedData/SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz/Build/Intermediates.noindex/SmartConfigCC31XX.build/Debug-iphonesimulator/SmartConfigCC31XX.build/Objects - 正常/ x86_64的/ SimpleL ink \ provisioning_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -lAFNetworking -lCocoaLumberjack -framework CoreGraphics -framework MobileCoreServices -framework Security -framework SystemConfiguration -ObjC -lAFNetworking -lCocoaLumberjack -framework CoreGraphics -framework MobileCoreServices -framework Security -framework SystemConfiguration -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/nader/Library/Developer/Xcode/DerivedData/SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz/Build/Intermediates.noindex /SmartConfigCC31XX.build/Debug-iphonesimulator/SmartConfigCC31XX.build/SimpleLink \ provisioning.app.xcent -lFirstTimeConfig -lCocoaLumberjack -framework SystemConfiguration -framework Security -framework AVFoundation -liconv -framework QuartzCore -framework CoreVideo -framework CoreMedia -framework CoreGraphics -framework UIKit -framework Foundation -lPods -lPods-SmartConfi gCC31XX -Xlinker -dependency_info -Xlinker /Users/nader/Library/Developer/Xcode/DerivedData/SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz/Build/Intermediates.noindex/SmartConfigCC31XX.build/Debug-iphonesimulator/SmartConfigCC31XX.build/Objects-normal/x86_64/SimpleLink \ provisioning_dependency_info.dat -o / Users / nader / Library / Developer / Xcode / DerivedData / SmartConfigCC31XX-axrpiaydjwsrwxhbpqketglbghrz / Build / Products / Debug-iphonesimulator / SimpleLink \ provisioning.app/SimpleLink \ provisioning

ld:找不到-lPods clang的库:错误:链接器命令失败,退出代码为1(使用-v查看调用)

1 回答

  • 0
    • pod安装

    • 从.xcworkspace打开您的项目

    • 重建

相关问题