Xcode code sense and cmd+click to symbol doesn't work for 1 of my projects

前端 未结 9 825
醉话见心
醉话见心 2020-12-08 00:30

I\'ve been using Xcode 4.3.1 since it came out now and i\'ve worked on many different projects since. Everything has always worked fine until this 1 new project i\'m working

9条回答
  •  醉梦人生
    2020-12-08 01:05

    3 reasons this happens :

    1. Corrupt derived data : Solution : clean derived data folder.

    2. Corrupt project settings : Project.xcodeproject -> Right Click and clean the files mentioned in g_low's answer.

    3. File not a part of project target : Check if the file is a part of compile source and if not add it...

提交回复
热议问题