CocoaPods遇到的坑

- ERROR | xcodebuild: Returned an unsuccessful exit code. You can use--verbosefor more information.

输入指令 pod repo push .podspec --allow-warnings出现如上的error

解决办法: pod repo push .podspec --allow-warnings --use-libraries

你可能感兴趣的:(CocoaPods遇到的坑)