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?