美文网首页
swift-protobuf 环境配置

swift-protobuf 环境配置

作者: 达若漠沙 | 来源:发表于2021-03-09 16:58 被阅读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