私はポッド仕様のリポジトリのブランチからコードをインストールしようとしていますが、ドキュメントに基づいて、これは動作するはずです:
s.dependency 'repository_name',
:git => 'https://github.com/account_name/repository_name.git',
:branch => 'experimental_branch'
しかし、[!]サポートされていないバージョン要件。CocoaPodsを更新すると問題が解決する可能性があります。のようなエラーが表示されます。
ポッドファイルから直接インストールする場合に機能します。
pod 'ObjectiveRecord', :git => 'https://github.com/supermarin/ObjectiveRecord.git', :branch => '2-0-experimental'
誰か知っている?ありがとう!
そのようなポッドの依存関係は使用できません。"name", "version"
。 出典:guides.cocoapods.org 。 :git
および:branch
メタデータはポッドファイルから取得されます。