@import ObjectiveC; — Cannot find 'ObjectiveC'
I'm using an existing, working project from Xcode. AppCode is complaining: "Cannot find 'ObjectiveC' (at line xxx)"
Obviously the module is required and I don't want to go back to #import.
It's static code, not in a submodule or framework.
Any ideas?
Please sign in to leave a comment.
Jim, could you please file a bug report and attach a sample project?