问题描述
[!] Unable to add a source with url `https://github.com/bytedance/cocoapods_sdk_source_repo.git` named `bytedance`.
解决方案
在命令行执行以下命令。
pod repo add bytedance https://github.com/bytedance/cocoapods_sdk_source_repo.git
执行 pod setup
。
如果出现 "[!] The
bytedancerepo is not a git repo.
",进入 "/users/你的用户名/.cocoapods/repos" ,删除master文件夹,然后执行pod setup
。