Xcode 4 code sense is not working

后端 未结 13 1377
臣服心动
臣服心动 2020-11-30 19:38

I am running a \"old\" Xcode 3 project in Xcode 4 and code sense is not working for my own classes. I have tried following:

  • Clean/rebuild
  • Remove Der
相关标签:
13条回答
  • 2020-11-30 20:07

    I wrote about it in detail here.

    Basically my fix was that with localization. I upgraded from xcode 3.2.5 to xcode 4 and then screwed around with built in interface builder and turned on localization for a XIB file accidently which placed my source files in en.lproj directory. After moving them back to Classes folder it worked perfectly.

    0 讨论(0)
提交回复
热议问题