问题:
- Use the
$(inherited)
flag, or - Remove the build settings from the target.
解决方案:
https://www.jianshu.com/p/7dabf4a5cfd7
问题:
Remote branch 0.0.3 not found in upstream origin

解决方案:
s.source = { :git => "https://github.com/ChenZhike/KeKeKit.git", :tag => "v0.0.3"
说明:需要修改tag。s.version = "0.0.3",tag => s.version 这样写报错。
网友评论