Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Folders Auto-Expanding When Clicking "Project Navigator"

Tags:

xcode

Every time I re-open the Project Navigator tab in the left side of Xcode (I.E move away from it into another tab and come back to it), my folders and subfolders all "magically" expand on their own. I can't seem to figure out what the problem is. It's getting really frustrating collapsing them on my own every time (even with the option-Arrow Key short cut).

Has anyone else experienced this?

like image 428
Logan Avatar asked Jun 21 '16 18:06

Logan


5 Answers

Input any number of letters in the File filter, then close your Xcode immediately, then reopen your Xcode, then you will see the magic

Demo

enter image description here

like image 78
Lixiang Avatar answered Nov 19 '22 05:11

Lixiang


I found a solution for this from another posted question.

Delete this file...

MyProjectName.xcodeproj > project.xcworkspace > xcuserdata > myusername.xcuserdatad > UserInterfaceState.xcuserstate

Xcode remember what folders were collapsed / opened

I also had a similar issue with the search filter for an asset catalog failing to clear. Deleting the .xcuserstate file solved that as well

like image 24
G. Car... Avatar answered Nov 19 '22 05:11

G. Car...


With CocoaPods, delete this:

MyProjectName.xcworkspace > xcuserdata > myusername.xcuserdatad > UserInterfaceState.xcuserstate
like image 4
Dmitry Isaev Avatar answered Nov 19 '22 05:11

Dmitry Isaev


The solution is to click the square in the red circle. Maybe you accidentally clicked it without knowing that

Screenshot from XCode

like image 4
Younes Rouabah Avatar answered Nov 19 '22 04:11

Younes Rouabah


In my case @G.Car... and @Younes Rouabah answers did not work alone. But both done the trick

Step 1: Delete File

MyProjectName.xcodeproj > project.xcworkspace > xcuserdata > myusername.xcuserdatad > UserInterfaceState.xcuserstate

Step 2: Restart XCode

Step 4: Click the square in the red circle

enter image description here

Restart XCode Again

like image 1
Mujahid Latif Avatar answered Nov 19 '22 06:11

Mujahid Latif