cocopods 问题记录 2020

cocopod版本以及时间

时间:2020年3月4日
cocopods版本号:
pod --version
1.9.0

1.问题 不能进行search

解决思路

在完成



然后显示失败

cocopods 问题记录 2020_第1张图片
image.png
输入:  pod search AF
失败代码如下:
Creating search index for spec repo 'master'.. Done!
[!] CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/all_pods_versions_6_7_f.txt Response: Timeout was reached

解决方法

=>pod repo remove trunk
显示"Removing spec repo `trunk`

done

pod install 报错

解决思路参考
暴力思路

cocopods 问题记录 2020_第2张图片
image.png

工程提示


[!] The `XXXXX [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-XXXXX-XXXX/Pods-XXXX-XXXX.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

你可能感兴趣的:(cocopods 问题记录 2020)