项目地址:https://github.com/apple/swift-protobuf
第一步
$ brew install swift-protobuf
第二步
进入.proto所在文件夹,执行
$ protoc --swift_out=. my.proto
其中 my.proto为你的文件名
第三步
导入SwiftProtobuf
pod 'SwiftProtobuf', '~> 1.0'
项目地址:https://github.com/apple/swift-protobuf
$ brew install swift-protobuf
进入.proto所在文件夹,执行
$ protoc --swift_out=. my.proto
其中 my.proto为你的文件名
导入SwiftProtobuf
pod 'SwiftProtobuf', '~> 1.0'
本文标题:swift-protobuf 环境配置
本文链接:https://www.haomeiwen.com/subject/zxdbqltx.html
网友评论