pod lib lint doesn’t check frameworks #2134
Labels
d2:moderate
A moderately-difficult ticket that may require a bit of knowledge about the codebase
s4:awaiting validation
A Pull Request that is waiting for validation by a CocoaPods Core Team member
t1:enhancement
Enhancements that have not been picked up yet. Please comment if you plan to work on it
The
pod lib lint
command only compiles static libraries but doesn’t try to link them to an application executable. So if you forget to specify a framework in the podspec, the linker error that will ensue will not be caught by the linter but only once you use the pod in an actual project.The text was updated successfully, but these errors were encountered: