0

I noticed that there are some words that XCode does not recognize. For example the word initWithCoder. It also won't recognize NSString if the word const comes before it. How can I fix this?

Joshua Nozzi
  • 60,946
  • 14
  • 140
  • 135
node ninja
  • 31,796
  • 59
  • 166
  • 254

1 Answers1

1

You mean "Code Sense." First, try opening your project info panel and clicking "Rebuild Code Sense Index." Failing that, file a bug at bugreporter.apple.com.

Joshua Nozzi
  • 60,946
  • 14
  • 140
  • 135