84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
问个问题,header search path不是头文件的搜索路径吗,我现在有一个.h文件在工程目录下路径是a/b/.h,如果我想在工程中这样导入头文件#import"b/.h"header search path应该怎么配置?配置为$(SRCROOT)/a这样不行,还是会报错找不到头文件.h,还是说不能这样引用?