pod install
報(bào)錯
CDN: trunk URL couldn't be downloaded: https://cdn.jsdelivr.net/cocoa/Specs/a/a/6
解決辦法:
- podfile文件中指定source源為master:
source 'https://github.com/CocoaPods/Specs.git'
2.執(zhí)行pod repo remove trunk移除trunk源
pod repo remove trunk
3.接著執(zhí)行pod install
pod install