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
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.
I follow the INSTALL instructions:
make build.ios
.yarn start
.When the app starts in the iOS simulator, metro prints:
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.
The text was updated successfully, but these errors were encountered: