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

New build configuration does not fail the "pod check"

Open bomjkolyadun opened this issue 5 years ago • 0 comments

Environment:

  • Any Xcode
  • Xcode project with Cocoapods integrated

Steps:

  1. Run "pod check" command,
  2. ensure it returns successfully
  3. Create an ad-hoc configuration in Xcode project
  4. 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.

bomjkolyadun avatar Mar 22 '19 14:03 bomjkolyadun