-
Notifications
You must be signed in to change notification settings - Fork 1
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
Thank you and an issue. #1
Comments
Hi and thanks for your issue. the code generator doesn't have support for all types that are supported by objc, like bitfields in your example. For reference: Line 805 in 26d54cb
Do you require support for this? (I think it makes sense to at least add an option to have quiet run where it doesn't complain about unknown types.) |
@FelixK15 Hello and thanks for the quick response. I get it. Should have spent more time reading the blog :). I think a quiet mode would be good. Also a small example. Do you have something like this?
|
@FelixK15 I am not spending enough time looking at the code either. Have just discovered your example for OSX. Let me try that and report back. Great work. |
@FelixK15, 3rd time lucky perhaps. Having built the generator for OSX, I can get it to run but there appear to be further issues.
|
Many thanks - Great idea and could be very useful.
Built and run on Ventura using:
Seeing lots and lots of errors in the following form. Is this known and is anyone working to fix it? Or should I just get stuck in a make the relevant modifications?
The text was updated successfully, but these errors were encountered: