13

CBZSplashViewをフォークしたので、自分のプロジェクトで使用したいと考えています。

問題が私に起因しないことを確認するために、Xcode プロジェクトをゼロから作成します。

私のプロジェクトPodfileには1行が含まれています:

pod 'CBZSplashView', :git=> 'git@github.com:rvirin/CBZSplashView.git',  :branch => 'remy'

実行したときpod install、またはpod updateポッドの元のバージョンを取得したとき - 私のフォークではありません。

私が間違っていることは何ですか?

:gitパラメータは podspec のソースをオーバーライドします。

ソースファイルが現在リポジトリにあることを示すように podspec を変更しようとしましたが、どちらも機能しませんでした。

のログpod update --verbose:

-> Pre-downloading: `CBZSplashView` from `git@github.com:rvirin/CBZSplashView.git`, tag `1.0.1`
 > GitHub download
   $ /usr/bin/git config core.bare
   true
   $ /usr/bin/git config core.bare
   true
 > Updating cache git repo (/Users/rvi/Library/Caches/CocoaPods/GitHub/8520768890e6fa2ea91b3d9e8bb9f2afbb31ab60)
     $ /usr/bin/git remote update
     Fetching origin
 > Cloning to Pods folder
     $ /usr/bin/git clone /Users/rvi/Library/Caches/CocoaPods/GitHub/8520768890e6fa2ea91b3d9e8bb9f2afbb31ab60 /Users/rvi/Devs/Lima/iOS/Lima/Pods/CBZSplashView
     Cloning into '/Users/rvi/Devs/Lima/iOS/Lima/Pods/CBZSplashView'...
     done.
   $ /usr/bin/git fetch origin tags/1.0.1 2>&1
   From /Users/rvi/Library/Caches/CocoaPods/GitHub/8520768890e6fa2ea91b3d9e8bb9f2afbb31ab60
    * tag               1.0.1      -> FETCH_HEAD
   $ /usr/bin/git reset --hard FETCH_HEAD
   HEAD is now at 56d4dc7 change branch
   $ /usr/bin/git checkout -b activated-pod-commit 2>&1
   Switched to a new branch 'activated-pod-commit'

どんな助けでも大歓迎です:)

$ pod --version
0.33.1
4

1 に答える 1