Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing Podspec for proto library #36444

Open
tawsifjamil opened this issue Apr 24, 2024 · 0 comments
Open

Error while installing Podspec for proto library #36444

tawsifjamil opened this issue Apr 24, 2024 · 0 comments

Comments

@tawsifjamil
Copy link

Please follow the pod installing message bellow:

tawsif-bcldevice3@Tawsifs-MacBook-Pro GRPCDemoProject % pod install
Analyzing dependencies
Downloading dependencies
Installing !ProtoCompiler (3.21.5)
Installing !ProtoCompiler-gRPCPlugin (1.49.0)
Installing BoringSSL-GRPC (0.0.24)
Installing Protobuf (3.26.1)
Installing abseil (1.20220623.0)
Installing gRPC (1.49.0)
Installing gRPC-Core (1.49.0)
Installing gRPC-ProtoRPC (1.49.0)
Installing gRPC-RxLibrary (1.49.0)
Installing inpainter (0.0.1)
[!] /bin/bash -c
set -e
mkdir -p Users/tawsif-bcldevice3/Documents/Temporary/GRPCDemoProject/Pods/inpainter
Users/tawsif-bcldevice3/Documents/Temporary/GRPCDemoProject/Pods/!ProtoCompiler/protoc --plugin=protoc-gen-grpc=Users/tawsif-bcldevice3/Documents/Temporary/GRPCDemoProject/Pods/!ProtoCompiler-gRPCPlugin/grpc_objective_c_plugin --objc_out=Users/tawsif-bcldevice3/Documents/Temporary/GRPCDemoProject/Pods/inpainter --grpc_out=Users/tawsif-bcldevice3/Documents/Temporary/GRPCDemoProject/Pods/inpainter -I . -I Users/tawsif-bcldevice3/Documents/Temporary/GRPCDemoProject/Pods/!ProtoCompiler ./*.proto

/bin/bash: line 3: Users/tawsif-bcldevice3/Documents/Temporary/GRPCDemoProject/Pods/!ProtoCompiler/protoc: No such file or directory

Issue: The system can create the path for the protoc file in the !ProtoCompiler folder, and the protoc file exists in the directory. However, during pod installation, an error occurs, stating that the file does not exist in that directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant