import header <MyLibrary/MyHeader.h>
Hi,
I have a main project which uses a MyLibrary project. When I import the library header in the main project using:
#import <MyLibrary/Myheader.h>
the editor does not recognize it and offers to import
#import "Myheader.h"
In the Header Search Path of the xcode project, I set
"$(BUILT_PRODUCTS_DIR)/../../include"
The compilation itself of the project works and I can run the app but the editor seems to be confused.
what did I miss?
thanks,
tex
请先登录再写评论。
Tex, please create a bug report here: http://youtrack.jetbrains.net/issues/OC#newissue=yes.
Done
http://youtrack.jetbrains.com/issue/OC-4717
It looks like the bug is opened again in the current release and the EAP.
Please follow http://youtrack.jetbrains.com/issue/OC-6707. We'll fix this ASAP.