1

This is something I have never seen before. I am running xCode 7.2.1 (cannot update to 7.3 yet) and

Every time I build my project or build/run my project all my groups in my Project Navigator collapse automatically.

Very frustrating and is really slowing down coding speed. Has anyone else experienced this issue and/or know how to resolve it? Any help would be greatly appreciated. Thanks in advance.

enter image description here enter image description here

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Mike Simz
  • 3,976
  • 4
  • 26
  • 43
  • Just check if you have searched anything at bottom, it happens to me sometimes, else please post the screenshot – swiftBoy Apr 07 '16 at 13:18
  • I have not searched anything at the bottom - screenshots have been added - I think the issue is pretty self-explanatory – Mike Simz Apr 07 '16 at 13:27

2 Answers2

0

I would suggest

Step.1 Close Xcode IDE

Step.2 go to your project folder

Step.3 right click on your_project_name.xcodeproj file

show package content

enter image description here

Step.4 delete xcuserdata folder (please have backup for safer side)

Step.5 now open project with Xcode, Clean and Build the project.

This helps me!! please let me know if find any trouble in this.

swiftBoy
  • 35,607
  • 26
  • 136
  • 135
0

check your behaviours in Xcode preferences, someone might be messing with you and changed your build behaviours! haha

Olivier Wilkinson
  • 2,836
  • 15
  • 17