1. add source 'https://github.com/CocoaPods/Specs.git' in Podfile
2. run:
❯ pod repo remove trunk
❯ pod install --repo-update
遇到CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/CocoaPods-。。。。
问题解决办法。
https://github.com/CocoaPods/CocoaPods/issues/11355
Xcode ios工程里面加图片时,需要托动到xcode里,才能被识别,不能直接拖动到androidstudio里
网友评论