cocoapods-check
cocoapods-check copied to clipboard
New build configuration does not fail the "pod check"
Environment:
- Any Xcode
- Xcode project with Cocoapods integrated
Steps:
- Run "pod check" command,
- ensure it returns successfully
- Create an
ad-hoc
configuration in Xcode project - Run
pod check
once again
ER:
pod check
fails, because new AdHoc configuration requires new Pods-AppName.adhoc.xcconfig
file to be generated and integrated into the target.
AR: "pod check" completes successfully.