2

I'm using xcode 4.6.x and creating a blank project in C and adding existing files to it.

When all files are added, the cmd + click navigation doesn't work, stating a "Symbol not found" error.

Does anyone have a clue of what is going on?

Btw, I did try the solution suggested in Xcode code sense and cmd+click to symbol doesn't work for 1 of my projects, but it's not effective.

Community
  • 1
  • 1
Daniel Ribeiro
  • 10,156
  • 12
  • 47
  • 79

3 Answers3

5

I had the same issue with Swift project w/ CocoaPods.

Try this: Click on your scheme -> Manage Schemes -> make sure that Container for your scheme is set to your Workspace

P.S.: fixes no Quick Help issue as well

example

bitemybyte
  • 971
  • 1
  • 10
  • 24
1

Does your blank project have a target defined, and do the added modules belong to it? I've seen cmd+click not work inside modules that didn't belong to the target.

TomSwift
  • 39,369
  • 12
  • 121
  • 149
0

Try this steps

1) Open "Organizer"

2) Click "Projects" tab

3) CLick "Your Project" at left column

4) Click "Delete" on Derived Data line

5) Restart Xcode

CReaTuS
  • 2,593
  • 1
  • 19
  • 31