project-navigator

xcode file mark boxes in Project Navigator

自作多情 提交于 2019-12-23 10:57:15
问题 What are these? specifically the A/M/? marks near some of the files? what each letter means? It's a project which I imported from previous xcode version (and iOS 4). The projects compiles alright though. My new storyboard/iOS 5 projects do not show these marks. What do they represent and how can I set/reset these? thanks 回答1: These are source control management (SCM) status boxes, from git or subversion as Ell has mentioned. The specific statuses: A - added to the local repository (new file

Xcode remember what folders were collapsed / opened

天大地大妈咪最大 提交于 2019-12-20 20:17:13
问题 I have a big iOS-project with many folders / groups. When I quit and restart Xcode, all folders in the Project Navigator are shown expanded, so I have to collapse most of them manually. Is it possible to save the state of the Project Navigator , so that when Xcode restarts the same folders are collapsed / expanded as before? 回答1: The solution was to delete this file: MyProjectName.xcodeproj > project.xcworkspace > xcuserdata > myusername.xcuserdatad > UserInterfaceState.xcuserstate This file

Xcode remember what folders were collapsed / opened

萝らか妹 提交于 2019-12-03 06:29:59
I have a big iOS-project with many folders / groups. When I quit and restart Xcode, all folders in the Project Navigator are shown expanded, so I have to collapse most of them manually. Is it possible to save the state of the Project Navigator , so that when Xcode restarts the same folders are collapsed / expanded as before? Pawel The solution was to delete this file: MyProjectName.xcodeproj > project.xcworkspace > xcuserdata > myusername.xcuserdatad > UserInterfaceState.xcuserstate This file was recreated by XCode when re-opening the project. Apparently that file got corrupted when XCode

Xcode 6: No Frameworks Folder in Project Navigator

我只是一个虾纸丫 提交于 2019-11-26 10:58:24
问题 I am using Xcode 6 and following an Xcode version 4 tutorial so things are different here and there. There doesn\'t seem to be a Frameworks folder in my project navigator and so when I downloaded some .framework files and added them manually in the build phase of my project editor, I had no Frameworks folder to save them in and just let them fall into the top of my project navigator. So they are there, just not in a special folder, and it doesn\'t look good. So should Xcode 6 have a