开发者

XCode header files scanning issue

开发者 https://www.devze.com 2023-03-02 14:18 出处:网络
I\'m working with Xcode4 and Route-me project. I\'m creating my project and including dependencies on RouteMe like the

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 开发者_StackOverflow中文版"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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消