Xcode 4 code sense is not working

后端 未结 13 1641
臣服心动
臣服心动 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 19:48

    It's been ages but the answer is just to move the code into a new folder and the code sense should be working now.

    This happened when I added a new Objective-C Class and the code sense doesn't work only on the newly added .m and .h files (on XCode 4 latest update during this post).

提交回复
热议问题