[!] Invalid Podfile
file: undefined method `inherit!' for #<Pod::Podfile:0x007fc4a5a4b660>. Updating CocoaPods might fix the issue.
from /Users/chiyou/Desktop/VCocoapodsLib/Example/Podfile:7
-------------------------------------------
target 'VCocoapodsLib_Tests' do
inherit! :search_paths
-------------------------------------------
如果出现上面的错误,只需在Example中打开Podfile文件并删除下面的内容即可
target 'VCocoapodsLib_Tests' do
inherit! :search_paths
pod 'FBSnapshotTestCase'
end