-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
I follow the INSTALL instructions:
- In the root folder enter
make build.ios. - In gnonative/examples/js/react-native/gnoboard, enter
yarn start. - In Xcode, open ios/gnoboard.xcworkspace and Run.
When the app starts in the iOS simulator, metro prints:
Unable to resolve "@bufbuild/protobuf/codegenv1" from "../../../../api/gen/es/rpc_pb.js"
I think this comes from running make regenerate for this commit. In rpc_pb.js, it changes to "@bufbuild/protobuf/codegenv1" . Note that on line 1 it also changes from protoc-gen-es v1.10.0 to v2.0.0 . I think the new version adds codegenv1.
Possible help is in this protobuf-es issue.