FrokingMonkey
FrokingMonkey
提交了,请查看
我用的是gcdafter 0.1秒的方法,然后获取到加载view的大小然后才没事的
pod command :find_and_replace("Pods/HandyJSON/Metadata.swift","if !(superclass is HandyJSON.Type) && !(superclass is HandyJSONEnum.Type) {", "if !(superclass is HandyJSON) && !(superclass is HandyJSONEnum) {")
#436
pod command :find_and_replace("Pods/HandyJSON/Metadata.swift","if !(superclass is HandyJSON.Type) && !(superclass is HandyJSONEnum.Type) {", "if !(superclass is HandyJSON) && !(superclass is HandyJSONEnum) {")
反正能用就是了@madordie
@madordie @pantaopt https://docs.swift.org/swift-book/ReferenceManual/Types.html#//apple_ref/doc/uid/TP40014097-CH31-ID455
@AlexCzs 没事的,起码现在能用的
> > pod command :find_and_replace("Pods/HandyJSON/Metadata.swift","if !(superclass is HandyJSON.Type) && !(superclass is HandyJSONEnum.Type) {", "if !(superclass is HandyJSON) && !(superclass is HandyJSONEnum) {") > > > > 请问这个可以添加到podfile中么?怎么添加呢? 是的,是在podfile里面,具体自己看看podfile的的指令指南
@SmileZXLee 我来?