Open satz4ios opened 7 years ago
make sure googleapis.podspec and google folder is at the root of your project
My requirement is that i need to have googleapis as dependency of my other podspec.
For example [In other podspec they are defining as s.dependency "AFNetworking"]. But when i try s.dependency 'googleapis' or s.dependency "GoogleCloudPlatform", i am getting error as unable to specification for "googleapis" or "GoogleCloudPlatform". How this can be achieved?
One more doubt, is there any way to get away from this cocoapod dependency like adding static lib or GoogleCloudPlatform.framework ? Where can i find the binaries?
Anyone out here can help me with this ?
@satz4ios did you ever find a resolution on this?
No. I haven't try it later
have you find any ans. related to this issue. because i also get same error when i install pod
No :(
thanks. but I resolve this issue
Can you share the steps, how did you resolve ?
Regards, -- Sathish | iOS Developer/Trainer Skype : satz4ios
On Tue, Apr 21, 2020 at 10:19 PM Appsavy notifications@github.com wrote:
thanks. but I resolve this issue
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GoogleCloudPlatform/ios-docs-samples/issues/41#issuecomment-617278039, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYIAEVM56E6VE25DXZDXRTRNXE7ZANCNFSM4DHBSKAQ .
sure i will
While i install my pod , i am getting below error.
Can you help me to resolve this ?
[!] /bin/bash -c set -e Pods/!ProtoCompiler/protoc --plugin=protoc-gen-grpc=Pods/!ProtoCompiler-gRPCPlugin/grpc_objective_c_plugin --objc_out=. --grpc_out=. -I . -I Pods/!ProtoCompiler google//.proto google////.proto
/bin/bash: line 2: Pods/!ProtoCompiler/protoc: No such file or directory