Using Cocoapods Beta with Travis

When trying to install a subfile (with cocoapods 1.0.0 Beta 6) with several targets, Travis fails with errors, for example:

([!] The following requirements cannot be met: - p2.OAuth2 requires a Podfile - p2.OAuth2 requires a Podfile - p2.OAuth2 requires a Podfile - p2.OAuth2 (= 2.2.5) requires a Podfile.lock None of the specification sources contain a specification, satisfying p2.OAuth2 dependencies.

Has anyone had this before?

+6
source share
1 answer

So, after talking with support, their suggestion to call "pod setup" when using the custom version of pod fixed a problem with cocoapods that did not find the specification.

+5
source

All Articles