cocoapods-check icon indicating copy to clipboard operation
cocoapods-check copied to clipboard

pod-check always fails for RN 71+ on ~React-Codegen

Open gavrix opened this issue 2 years ago • 0 comments

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?

gavrix avatar Aug 30 '23 14:08 gavrix