Call Class.forName Error: ClassNotFound Solution: To work Class.forName from Java using J2ObjC , add prefixes.properties in Copy Bundle Resources https://developers.google.com/j2objc/guides/package-prefixes
error: Cyclic dependency in module 'Foundation': Foundation -> CoreFoundation -> Darwin -> Foundation fix: Remove J2ObjC pod and compile without pod. Add pod e compile again