GoogleCloudPlatform / ios-docs-samples

iOS samples that demonstrate APIs and services of Google Cloud Platform.
Apache License 2.0
329 stars 209 forks source link

protoc: No such file or directory error #41

Open satz4ios opened 7 years ago

satz4ios commented 7 years ago

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

alexiscreuzot commented 7 years ago

make sure googleapis.podspec and google folder is at the root of your project

satz4ios commented 7 years ago

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?

satz4ios commented 7 years ago

Anyone out here can help me with this ?

kwylez commented 6 years ago

@satz4ios did you ever find a resolution on this?

satz4ios commented 6 years ago

No. I haven't try it later

Appsavy commented 4 years ago

have you find any ans. related to this issue. because i also get same error when i install pod

satz4ios commented 4 years ago

No :(

Appsavy commented 4 years ago

thanks. but I resolve this issue

satz4ios commented 4 years ago

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 .

Appsavy commented 4 years ago

sure i will