CocoaPods遇到的坑
2018-05-18 本文已影响0人
3cefffdcacc3
- ERROR | xcodebuild: Returned an unsuccessful exit code. You can use
--verbosefor more information.
输入指令 pod repo push <repo-name> <podspec-file-name>.podspec --allow-warnings
出现如上的error
解决办法: pod repo push <repo-name> <podspec-file-name>.podspec --allow-warnings --use-libraries