我不小心从我的xCode项目中删除了我的库搜索路径和框架搜索路径。现在我的桥接头文件无法导入图表提升头文件,xCode在尝试构建应用程序时给了我快速的编译器错误。 我尝试在构建设置中的框架搜索路径中添加框架的绝对路径,但没有任何改变。 有人可以引导我完成它吗?
这些是我得到的错误
MY_PROJECT/Bridging-Header.h:21:9: note: in file included from /MY_PROJECT/Bridging-Header.h:21:
import <Chartboost/Chartboost.h>
^
/MY_PROJECT/Chartboost.framework/Headers/Chartboost.h:16:42: error: function definition is not allowed here
typedef NS_ENUM(NSUInteger, CBFramework) {
^
/Users/MY_PROJECT/Bridging-Header.h:21:9: note: in file included from /Users/MY_PROJECT/Bridging-Header.h:21:
import <Chartboost/Chartboost.h>
unknown>0: error: failed to import bridging header '/Users/bewakoofmac/Desktop/Jumpy Tiles/jumpytiles/jumpytiles/Bridging-Header.h'