You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can manually convert .proto files to .grpc.swift and .pb.swift files with gRPC-Swift-Plugins.
I would like to automate the whole process.
What have you tried so far?
1- I manually copied the .proto files into the project directory.
2- I created a build rules.
The .grpc.swift and .pb.swift files are created during building.
The build cannot be completed successfully and I get the following error.
error opening input file '/Library/Developer/Xcode/DerivedData/Smyrna-crvgddjdfhycebbfwtioteccgohr/Build/Intermediates.noindex/Smyrna.build/Debug-iphonesimulator/smyrna.build/DerivedSources/UserModel.grpc.swift' (No such file or directory)
In Addition,
When i try to create the file(UserModel.grpc.swift) manually it doesn't occur anyway.
protoc --grpc-swift_out=. UserModel.proto
I think, unable to create .grpc.swift file because it consists of model only.
How can I fix this error ?
Thanks
The text was updated successfully, but these errors were encountered:
What are you trying to achieve?
I can manually convert .proto files to .grpc.swift and .pb.swift files with gRPC-Swift-Plugins.
I would like to automate the whole process.
What have you tried so far?
1- I manually copied the .proto files into the project directory.
2- I created a build rules.
The build cannot be completed successfully and I get the following error.
error opening input file '/Library/Developer/Xcode/DerivedData/Smyrna-crvgddjdfhycebbfwtioteccgohr/Build/Intermediates.noindex/Smyrna.build/Debug-iphonesimulator/smyrna.build/DerivedSources/UserModel.grpc.swift' (No such file or directory)
In Addition,
When i try to create the file(UserModel.grpc.swift) manually it doesn't occur anyway.
protoc --grpc-swift_out=. UserModel.proto
I think, unable to create .grpc.swift file because it consists of model only.
How can I fix this error ?
Thanks
The text was updated successfully, but these errors were encountered: