[!] Invalid `Podfile` file: undefined method `inherit!' for #. Updating CocoaPods might fix the issue.

[!] Invalid Podfile file: undefined method `inherit!' for #. 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

你可能感兴趣的:([!] Invalid `Podfile` file: undefined method `inherit!' for #. Updating CocoaPods might fix the issue.)