cocoapods install update慢
原因:使用pod install
或者pod upate
時(shí)要更新repo
,并執(zhí)行git fetch
操作, 這個(gè)操作很耗時(shí)間。
解決:
pod install --verbose --no-repo-update
pod update --verbose --no-repo-update
原因:使用pod install
或者pod upate
時(shí)要更新repo
,并執(zhí)行git fetch
操作, 這個(gè)操作很耗時(shí)間。
解決:
pod install --verbose --no-repo-update
pod update --verbose --no-repo-update