-
Notifications
You must be signed in to change notification settings - Fork 43
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
iOS reserved property name #78
Comments
@brurend - Yes we just need to add substitutions for objc reserved keywords. If you'd like to add these cases and put up a PR you can add them here: |
I just put up a PR to address this #79 |
Thats great, thank you |
@brurend @CavalcanteLeo - PR landed. Feel free to build off of the latest master and let me know if this fixes the issue for you! This patch and others will need to go through more stress testing before it's in an official release. |
Thank you very much! Just waiting for the release |
It still uses class as property. @rahul-malik |
@CavalcanteLeo |
I had issues with a few variable names that are reserved, I know that plank handle a few of them (id, description), but not all. I had issues with "class" and "continue".
Is there anything that I can do to avoid this problem?
The text was updated successfully, but these errors were encountered: