Why xcode can't see these files, however they physically exist

Jackie Chan

Xcode run into compilation error while running the code.

Unfortunatetly I was not able to find a solution online.

These steps that I have commenced:

=> git merge branch-name => can't find the files => git checkout branch-name file-name => files were physically found => xcode can't see it

??? enter image description here

Heckscheibe

You have to add them to your project at File -> Add Files To "Your Project"

btw: Your project folder in Xcode does not necessarily reflect your actual folder structure you see in finder.


Edit:

if you want it to be like that (Xcode folders are the same as the existing folders in your harddrive) I found a nice tool which does that for you: https://github.com/venmo/synx

also, when creating new folders/groups in Xcode, you have to use the New Group with Folder option to also create a folder for that group on your harddrive.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Why can't I see all of the files that are in my workspace in xcode in the left sidebar?

From Dev

Why can't I see all of the files that are in my workspace in xcode in the left sidebar?

From Dev

Why can't bash see my files?

From Dev

Why can't I see the iOS 7.0 simulator in Xcode on Yosemite?

From Dev

xCode - Why can't I see this object on the view?

From Dev

xCode - Why can't I see this object on the view?

From Dev

Why I can't see my files inside a docker container?

From Dev

Can't see test files

From Dev

Variable (for asp.net connection string) does not exist in the current context and I can't see why

From Dev

Why can't I see provisionning profiles in my XCode 5 Organizer?

From Dev

Why can't I see my build phases tab in my XCode project?

From Dev

Why can't I see provisionning profiles in my XCode 5 Organizer?

From Dev

Why git can see some ignored files?

From Dev

Why VS doesn't see included files?

From Dev

Why can't I see the manual for > but can see it for [?

From Dev

Can't build/run iOS app using Xcode however 'cordova run ios' works fine

From Dev

Git can't see files installed by composer

From Dev

Can't see my files with "ls" anymore

From Dev

Can't see files on Nautilus without sudo

From Dev

Visual Studio can't see .cpp files

From Dev

Why can't I delete files that "do not exist", but appear in my download directory?

From Dev

Why can't Python see environment variables?

From Dev

Why can't android see this inner class?

From Dev

JavaScript errors, but can't see why

From Dev

Why can't I see GC roots?

From Dev

Why I can't see the thumbnails in Nautilus?

From Dev

Why I can't see the thumbnails in Nautilus?

From Dev

why Can't I see the map

From Dev

Why can't I see gnome extensions?

Related Related

  1. 1

    Why can't I see all of the files that are in my workspace in xcode in the left sidebar?

  2. 2

    Why can't I see all of the files that are in my workspace in xcode in the left sidebar?

  3. 3

    Why can't bash see my files?

  4. 4

    Why can't I see the iOS 7.0 simulator in Xcode on Yosemite?

  5. 5

    xCode - Why can't I see this object on the view?

  6. 6

    xCode - Why can't I see this object on the view?

  7. 7

    Why I can't see my files inside a docker container?

  8. 8

    Can't see test files

  9. 9

    Variable (for asp.net connection string) does not exist in the current context and I can't see why

  10. 10

    Why can't I see provisionning profiles in my XCode 5 Organizer?

  11. 11

    Why can't I see my build phases tab in my XCode project?

  12. 12

    Why can't I see provisionning profiles in my XCode 5 Organizer?

  13. 13

    Why git can see some ignored files?

  14. 14

    Why VS doesn't see included files?

  15. 15

    Why can't I see the manual for > but can see it for [?

  16. 16

    Can't build/run iOS app using Xcode however 'cordova run ios' works fine

  17. 17

    Git can't see files installed by composer

  18. 18

    Can't see my files with "ls" anymore

  19. 19

    Can't see files on Nautilus without sudo

  20. 20

    Visual Studio can't see .cpp files

  21. 21

    Why can't I delete files that "do not exist", but appear in my download directory?

  22. 22

    Why can't Python see environment variables?

  23. 23

    Why can't android see this inner class?

  24. 24

    JavaScript errors, but can't see why

  25. 25

    Why can't I see GC roots?

  26. 26

    Why I can't see the thumbnails in Nautilus?

  27. 27

    Why I can't see the thumbnails in Nautilus?

  28. 28

    why Can't I see the map

  29. 29

    Why can't I see gnome extensions?

HotTag

Archive