-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好:我下载了cocoapods,但是打开workspace发现报错 #7
Comments
相同的问题 |
请在 build setting 的other linker 上添加 $(inherited) 如何还不行请删除 主目录下的 .lock 文件,和 pods 文件夹,重新执行如下代码 # 禁止升级CocoaPods的spec仓库,否则会卡在 Analyzing dependencies ,非常慢
# 如果提示找不到库,则可去掉 —no-repo-update
pod update —verbose —no-repo-update
|
Ld /Users/zuoan/Library/Developer/Xcode/DerivedData/TestPost-flqzuxyqzqklbkahbbmbldxgiazu/Build/Products/Debug-iphonesimulator/TestPost.app/TestPost normal x86_64 ld: warning: directory not found for option '-L/AVOSCloud' |
ld: library not found for -lDateTools
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: