導(dǎo)入進去以后 會出現(xiàn)方法混淆的問題 Multiple methods named 'objectForKey:' found with mismatched result, parameter type or attributes 里面所有 關(guān)于 NSDictionnary objectForKey 方法 和 NSArray 的 count 方法都報錯了,你遇到了么?
iOS引入google ProtocolBuffer(protobuf3)protobuf3.0之后已經(jīng)很好用了,swift版也有,但網(wǎng)上教程很多已經(jīng)很老了,不適用了,所以寫個新的 總的過程是3步:1.編譯安裝.proto格式轉(zhuǎn)換器;2.引入相應(yīng)版...