Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Files missing in XCode 4 Project Navigator after archiving

Tags:

ios

xcode4

iphone

I'm currently trying to create version 1.1 of a project I created in XCode 4, but after archiving the files do not appear in the Project Navigator. My initial thought was that I had to clone my repository (git) and thus create a new version in which I could see the files, but the clone is also missing the files.

I can access the files from the top bar, but that's not really a desirable solution when working with a big project. The case is the same for another project that I have archived so I suspect it is supposed to be a feature of XCode 4.

What am I missing here?

like image 665
ViggoV Avatar asked May 17 '11 10:05

ViggoV


1 Answers

(I'm just combining your "nevermind, I found it" comments into an answer, to maintain the SO style, so this question doesn't pop up as needing an answer.)

  • Check that you're not filtering file names (left column, bottom.)
  • Also make sure you haven't pressed one of the "show only files with..." toggle buttons (same location, near the search entry.)
    • Note that these buttons are toggles
like image 141
Olie Avatar answered Nov 14 '22 21:11

Olie