After dragging a class (.m/.h) from finder into a project's group, AppCode cant find it.

Hello folks, dunno if you have a similar issue. I am currently re-purposing a code base into a game, and i often add a complete module straight from finder into a project group. The file gets copied and all, but it is still 'missing' in the modules that are referring to it. In order to get rid of that error (and all other errors that derive from it), i have to RETYPE the name of the class, either in an import or @class. It turns from red to green, and then all dependancies get solved. Am I missing something?

AppCode 1.6.1

0

Could you please create a bug report in the tracker? We'll investigate.

0

ok, i'll try to get some screen shots. This process also happens while editing LARGE .m files (5K slocs). When an autocomplete takes too long, and i type the property, all the #imports become red !!! with a large number of errors ensuing. Same fix. Go back up to the top of the .m file, and RETYPE any one of the imported module name (DO NOT AUTO COMPLETE), the all become green again. Makes using AppCode very awkward at the moment.

http://youtrack.jetbrains.com/issue/OC-5525



Attachment(s):
FictitiousDefinitions .png
0

请先登录再写评论。