0

Trying to add a podspec to my private repo that includes RestKit as a dependency, the validation always fails with many errors and warnings. The errors occur when the validation process tries to run xcodebuild.

I used the command:

pod repo push MYSpecs MY.podspec --verbose

Is there a way to skip validation when pushing to local repos?

MGY
  • 7,245
  • 5
  • 41
  • 74
SalvoC
  • 201
  • 1
  • 4
  • 1
    There is `--allow-warnings` for pushing to private repo (e.g. to omit licence / webpage), however errors should be fixed - can you include what errors are you getting? – Jakub Vano May 25 '15 at 10:28
  • I found a temporary workaround adding the two flags: --allow-warnings --use-libraries. Will investigate and try to find a complete answer for this behaviour. – SalvoC May 25 '15 at 10:38

0 Answers0