Code Monkey home page Code Monkey logo

Comments (5)

SlavomirDurta avatar SlavomirDurta commented on June 9, 2024

Hi, how does it look with this issue ? I am currently unable to update the gRPC-ProtoRPC objective c library with the privacy manifest. I don't know if I'm doing something wrong, but the latest version I have available is 1.49.

from grpc.

Codiy-Huang avatar Codiy-Huang commented on June 9, 2024

Hi, how does it look with this issue ? I am currently unable to update the gRPC-ProtoRPC objective c library with the privacy manifest. I don't know if I'm doing something wrong, but the latest version I have available is 1.49.

Hello, I have currently removed the dependency on !ProtoCompiler-gRPCPlugin and switched to locally compiling .m and .h files. By adding the latest versions of gRPC-ProtoRPC and abseil SDKs in the Podfile, I have resolved this issue.

from grpc.

SlavomirDurta avatar SlavomirDurta commented on June 9, 2024

Thank you for your answer but it is still not clear to me, how you solved this problem. In my project I use this podspec https://github.com/GoogleCloudPlatform/ios-docs-samples/blob/master/speech/Objective-C/Speech-gRPC-Streaming/googleapis.podspec, in which there is a dependency on "!ProtoCompiler-gRPCPlugin". Did you have a similar problem as me ? If so can you explain me more about your solution ?

from grpc.

Codiy-Huang avatar Codiy-Huang commented on June 9, 2024

Thank you for your answer but it is still not clear to me, how you solved this problem. In my project I use this podspec https://github.com/GoogleCloudPlatform/ios-docs-samples/blob/master/speech/Objective-C/Speech-gRPC-Streaming/googleapis.podspec, in which there is a dependency on "!ProtoCompiler-gRPCPlugin". Did you have a similar problem as me ? If so can you explain me more about your solution ?

  1. In the googleapis.podspec file, comment out s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0"
  2. Manually download !ProtoCompiler-gRPCPlugin to obtain the latest version of grpc_objective_c_plugin
  3. Modify the googleapis.podspec file with the line plugin = "#{pods_root}/!ProtoCompiler-gRPCPlugin/grpc_objective_c_plugin" to point to the file path of the grpc_objective_c_plugin downloaded in the previous step
  4. In the Podfile, add:
   pod '!ProtoCompiler'
   pod 'gRPC-ProtoRPC', '~> 1.62.1'
   pod 'abseil', '~> 1.20240116.1'
   pod 'Protobuf', '~> 3.26.1'

This will update all dependencies to the latest versions.

from grpc.

SlavomirDurta avatar SlavomirDurta commented on June 9, 2024

Thank you for your answer. I managed to install it successfully according to the instructions. But I have one last question. Has the information from the privacy manifest file for the gRPC-core library been transferred to the privacy report?

from grpc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.