I have been searching for the past days on a tutorial on how to use https://developers.google.com/j2objc/guides/getting-started to convert my Android App (I have the source code) to IOS and I have found nothing.
If I try to convert individual .java files in my project, I get this error:
error: cannot find symbol
in every single file. Obviously, what I have been doing is wrong.
How do I use it?
Thank you