【发布时间】:2022-12-13 06:57:10
【问题描述】:
我正在尝试在 Podfile 中使用分叉项目,但到目前为止我遇到了这个错误:
Unable to find a specification for 'Mussel'
这是我的 Podfile 中 pod 的行:
pod 'Mussel', :git => 'https://github.com/HarperDog/Mussel.git', :commit => '01fcd22ee11c6f172c5218d9c1f81b5c5b62a13d'
这是项目的原始 git url:https://github.com/UrbanCompass/Mussel
到目前为止我尝试了什么:
pod repo update
pod install
pod update
任何帮助将不胜感激,非常感谢!
【问题讨论】: