Can't resolve variable
I just installed the evaluation version of AppCode 3.2
I open one of my Xcode projects and found errors and warning everywhere.
I might have an error or issue, because Xcode doesn't complain in that way.
If I try to create a NSString
NSString *hello = @"Hello";
AppCode tells me that "Can't resolve variable hello".
I really don't understand why is this happening.
Could you help me?
Please sign in to leave a comment.
Hi Gabriel.
Could you please specify which Xcode do you use? You can find it via Preferences | Tools | Xcode - Selected Xcode.
Are you able to still build? I just hit an issue last night where variable would not resolve, but built fine, and then eventually the "red underline" would go away.