cocoapods-check
cocoapods-check copied to clipboard
A CocoaPods plugin that shows differences between locked and installed Pods
For folks that have cocoapods installed via homebrew instead of as a ruby gem directly it'd be nice to be able to use this as well
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....
The main `pod install` command supports a `--project-directory=/project/dir/` (as do a lot of the other core ones like `update` and `outdated`). It'd be nice if this plugin also supported that...
React Native recently introduced unimodules which automatically installs the required Pods from node_modules for a project. It seems like this causes `pod check` to fail even though `pod install` works...
**Environment:** - Any Xcode - Xcode project with Cocoapods integrated **Steps:** 1. Run "pod check" command, 2. ensure it returns successfully 2. Create an `ad-hoc` configuration in Xcode project 2....