1

I'm working with Xcode4 and Route-me project.

I'm creating my project and including dependencies on RouteMe like the "Embedding guide" explains (https://github.com/route-me/route-me/wiki/Embedding-Guide).

The problem is XCode4 isn't able to autocomplete RouteMe names. Momentarily in the *.h or *.m I can write "RMMa" and editor suggests me "RMMapView" but later it never appears again. It seems like the files scanning for later autocompleting fails.

Anybody has suffer the same issues like me?

Thanks in advance.

acanimal
  • 4,800
  • 3
  • 32
  • 41

1 Answers1

0

Try step 3 of this answer: “lexical or preprocessor issue file not found ” in Xcode 4

3 - Create a group call "Indexing headers" in your project and drag the headers to this group, DO NOT add to any targets when prompted.

Community
  • 1
  • 1
Richard Stelling
  • 25,607
  • 27
  • 108
  • 188
  • Code sense and code completion doesn't work. I remove the derived data folder (using organizer) but not works. – acanimal May 03 '11 at 20:49
  • I found this which can help: http://acuriousanimal.com/blog/2011/05/06/xcode4-and-the-mystery-with-route-me-code-sense/ – acanimal May 06 '11 at 17:12