Questions tagged [project-navigator]

19 questions
25
votes
4 answers

Xcode 6: No Frameworks Folder in Project Navigator

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…
cheznead
  • 2,589
  • 7
  • 29
  • 50
15
votes
3 answers

Some files not showing in Xcode project navigator

I added two files and a core data model to my Xcode project yesterday, and after saving I went off, but came back this morning to find they are not there. When I look in the project files, they are still there, but they, are not showing in the…
D-A UK
  • 1,084
  • 2
  • 11
  • 24
11
votes
0 answers

Xcode 8 project navigator font size

I have updated to MacOS 10.12.4 Sierra and Xcode 8.3.2 but now going blind because the Xcode project navigator font size is so small. Is there a way to increase the navigator font size? We used to be allowed to do this with a plugin such as…
WholeCheese
  • 437
  • 3
  • 14
9
votes
2 answers

Remember what folders were collapsed / opened

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…
A.G.
  • 2,037
  • 4
  • 29
  • 40
6
votes
3 answers

How to reset the Recent Files Only filter in Xcode 4?

The Project Navigator has this nifty filter at the bottom (icon with a clock). When you click it, it only shows the files which have been edited recently. Problem: There seems to be no way to reset this. My project has nearly 200 source files and I…
dontWatchMyProfile
  • 45,440
  • 50
  • 177
  • 260
5
votes
2 answers

xcode file mark boxes in Project Navigator

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…
mindbomb
  • 1,642
  • 4
  • 20
  • 35
5
votes
3 answers

Unable to drag and move around files in Project Navigator in Xcode

I am unable to drag my classes (and other files) around in my Project navigator (Xcode 6.1), and I am unsure of when this problem began. It might have been when I updated Xcode from 6.0 to 6.1. I have been able to do this before and would like to be…
Madde
  • 61
  • 5
2
votes
2 answers

Xcode Project Navigator is red

I have somehow made my Project Navigator red and I can't seem to find out how to get it back to normal. I'm using Xcode Version 14.2 (14C18). Does anyone know how to fix this? I have tried googling the issue but I only seem to find the problem…
2
votes
1 answer

Pod update has fatally altered app

My perfectly working app used to have an Xcode Project Navigator as shown below. iOS 10 requirements meant I had to upgrade Xcode to 8.1, which meant upgrading the entire Mac OS to Sierra and also translating the whole app to Swift 2.3. Needless to…
RobertyBob
  • 803
  • 1
  • 8
  • 20
2
votes
2 answers

xcode 4.x.x Project Navigator - use real folders

Is there a way to make xcode use real folder hierarchies in the Project Navigator? I'm finding these pseudo folders somewhat annoying because they do not reflect the project on disk. Or at least have the xcode-made-folders a different color than the…
Ivan Dossev
  • 565
  • 5
  • 11
1
vote
1 answer

vim "set property" to a file and then use it with Project navigation

I use vim for programming. my current job based on Yii MVC framework. When you work with MVC framework, you are always navigating among models, controllers and views. I want to make save time navigation for my tasks. The first is: i want jump to a…
RusAlex
  • 8,245
  • 6
  • 36
  • 44
1
vote
0 answers

Can I split 'Xcode project navigator' from main window?

I want use Xcode project navigator by floating option like many other editors. For example, Android studio support many view modes like Dock pinned/Dock unpinned/Undock/Floating/Window. I used this option very useful with multi monitors. How can I…
1
vote
2 answers

Building Project in xCode collapses all groups in Project Navigator

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…
Mike Simz
  • 3,976
  • 4
  • 26
  • 43
1
vote
1 answer

Can Project Navigator show target membership in Xcode 4.5?

In older versions of Xcode, if I remember correctly you could show extra columns in the Project Navigator (kind of like the version control icons) to show things like current target membership, etc. I can't find that in Xcode 4.5. Anyone know how…
Mark A. Donohoe
  • 28,442
  • 25
  • 137
  • 286
1
vote
0 answers

Hide all class implementations (.m) files in Xcode

Is there a way to hide all .m files in the project navigator of an Xcode workspace? I can always get to them through their headers, so I would like not to have to look at both header and implementation in the project navigator.
Undistraction
  • 42,754
  • 56
  • 195
  • 331
1
2