collapse - Xcode remember what folders were collapsed / opened -


i have big ios-project many folders / groups. when quit , restart xcode, folders in project navigator shown expanded, have collapse of them manually.

is possible save state of project navigator, when xcode restarts same folders collapsed / expanded before?

the solution delete file:

myprojectname.xcodeproj > project.xcworkspace > xcuserdata > myusername.xcuserdatad > userinterfacestate.xcuserstate 

this file recreated xcode when re-opening project.

apparently file got corrupted when xcode crashed. (its size 300 kb instead of usual 10 kb).


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -