protocol buffers - Problems with protobuf when generating haxe source file -
i want generate protobuf source file haxe,but last step "haxelib run protohx generate protohx.json" come across problem says
plugin: program not found or not executable --haxe_out: protoc-gen-haxe: plugin failed status code 1.
anyone can fix out?thanks lot!
i ran same issue , got around running task manually generate proto class files.
i copied plugin local path, made proto shell script executable:
for example:
chmod +x proto protoc --plugin=protoc-gen-haxe=plugin --haxe_out=./src-gen --proto_path=. proto/your.proto
Comments
Post a Comment