I've installed j2objc and am trying to convert my package to objective-c. My classes reference each other and also JSONObject and JSONArray. I'm getting a a bunch of the following errors
classname cannot be resolved to a type
How do i make sure these references resolve?
If you don't have j2objc defined as a system variable, here's what I did:
Place this in command line:
j2objc-0.8.3/j2objc -use-arc -sourcepath com --ignore-missing-imports com/example/appName/*
The key you are probably missing is -sourcepath. use-arc and ignore-missing-imports are optional.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With