Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.3.2 show hidden files

I am using Xcode 4.3.2 and I am trying to add some SDK references to my project. I can SEE the files using Finder, as I used the terminal script to view hidden files. Yet, when I go to my user home directory in Xcode finder, it does not show the "hidden" 'Library' folder under my user profile that stores my SDK files.

Scratching head

like image 978
Darren Mackiewicz Avatar asked May 21 '12 14:05

Darren Mackiewicz


People also ask

How can I get a list of hidden files?

Select the Start button, then select Control Panel > Appearance and Personalization. Select Folder Options, then select the View tab. Under Advanced settings, select Show hidden files, folders, and drives, and then select OK.

Which command shows hidden files?

For the quickest option, you can show hidden files using the keyboard shortcut CTRL + H. You can also right-click anywhere in a folder and check the Show hidden files option at the bottom.

How do you show hidden files on Mac?

View Hidden Files in FinderIn Finder, you can click your hard drive under Locations, then open your Macintosh HD folder. Press Command + Shift + . (period) to make the hidden files appear. You can also do the same from inside the Documents, Applications, and Desktop folders.

How do I add missing files to XCode?

Select all the missing files that are in one folder in Finder. Click the choose file button; it is under the Location drop down menu; it is an image that looks like a very small window with a document inside it. A Choose folder containing the selected references sheet should appear. Show activity on this post.


1 Answers

Press and hold the + shift and . keys at the same time.

Then you can switch to view hidden/non-hidden files.

like image 122
NSOiO Avatar answered Sep 19 '22 13:09

NSOiO