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

gnoboard error #168

Closed
jefft0 opened this issue Aug 23, 2024 · 1 comment
Closed

gnoboard error #168

jefft0 opened this issue Aug 23, 2024 · 1 comment
Labels
bug Something isn't working verified Bug is verified

Comments

@jefft0
Copy link
Contributor

jefft0 commented Aug 23, 2024

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.

@jefft0 jefft0 added bug Something isn't working verified Bug is verified labels Aug 23, 2024
@D4ryl00
Copy link
Contributor

D4ryl00 commented Sep 12, 2024

fixed by #174

@D4ryl00 D4ryl00 closed this as completed Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified Bug is verified
Projects
None yet
Development

No branches or pull requests

2 participants