I am trying to use the example on iOS and cannot get the podfile generated. I noticed that
pod 'react-native-grpc-client', :path => '../..'
is in the podfile. I assumed this was for development? I commented it out, ran npm install @matejdr/react-native-grpc-client, tried linking again and its still failing.
I also tried adding the package to my own project and linking failed there also.
I am trying to use the example on iOS and cannot get the podfile generated. I noticed that
pod 'react-native-grpc-client', :path => '../..'is in the podfile. I assumed this was for development? I commented it out, ran
npm install @matejdr/react-native-grpc-client, tried linking again and its still failing.I also tried adding the package to my own project and linking failed there also.