cocoapods-check
cocoapods-check copied to clipboard
pod-check always fails for RN 71+ on ~React-Codegen
Noticed, that without --ignore-dev-pods pod check seems to always generate the output indicating that ~React-Codegen is ought to be updated, even when subsequent pod install produces no changes to Podfile.lock. I can get it to ignore --ignore-dev-pods but since its a RN project, will ignore pretty much all of the auto-linked pods, which are almost all of our pods.
This can be because React-Codegen is, well, autogenerated. Is there any option to ignore a particular pod from check?