Attempt to read non existent folder `/private/tmp/CocoaPods/Lint/Pods/
问题 AM getting this while validating pod spec: Attempt to read non existent folder `/private/tmp/CocoaPods/Lint/Pods/Test Pls help. 回答1: You need to run git tag 'x.x.x' and git push --tags before pod spec lint . 回答2: Try running your command with --verbose to see more helpful error messages: pod spec lint --verbose ... fatal: Remote branch 0.4.8 not found in upstream origin fatal: The remote end hung up unexpectedly This error is caused by git checkout failed. In my case the tag was not pushed to