CycloneDX / cyclonedx-cocoapods

Creates CycloneDX Software Bill-of-Materials (SBOM) from Objective-C and Swift projects that use CocoaPods.
Apache License 2.0
21 stars 12 forks source link

When a pod is not found in the cocoapods local repo have a better error #48

Closed macblazer closed 1 year ago

macblazer commented 1 year ago

Improve the error messaging in the code that gathers pod attributes.

When we cannot find information on a pod, we should let the user know that they can try running pod repo update in order to fix the problem for themselves.

See issue #47 for an specific example.