Xcode 4 code sense is not working

后端 未结 13 1634
臣服心动
臣服心动 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:54

    FYI, if one file doesn't have code sense but the rest of your project does, check that its added to a target. Once I did that I got code sense back in that file.

提交回复
热议问题