@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?
请先登录再写评论。
Jim, could you please file a bug report and attach a sample project?