-
Notifications
You must be signed in to change notification settings - Fork 40
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
How can i resolve reference to Definition?? #47
Comments
could you please paste your schema, Seems like |
I have two fbs files in the same directory.It work by offical flatbuffers flatc -c command.Please forgive my terrible english.thank! // commData.fbs // result.fbs |
I see couple of things in your fbs files which is not supported yet by this code generator.
So if you want to give it FlatBuffersSwift a spin now you would have to merge this two files. As I can see you are not referencing the types by fully qualified name so the namespace is not an issue. On the side note. This statement: |
Thank you for your precise answer. |
ERROR (org.eclipse.xtext.diagnostics.Diagnostic.Linking) 'Couldn't resolve reference to Definition 'Result'.' on Type maxim.zaks.flatBuffers.impl.TypeImpl@6a1ebcff (primType: null, qualifiedType: null), lineNumber 13, length 6
The text was updated successfully, but these errors were encountered: