我正在尝试导入我的桥接头文件,但它不起作用,我已经使用了这里介绍的所有解决方案Failed to import bridging header
但对我来说什么都不管用。
我正在尝试从github导入此库,有人可以帮助我吗
https://github.com/nst/STTwitter
这就是错误
^
/Users/aftheer/Downloads/STTwitter-master 5/STTwitter/STHTTPRequest+STTwitter.h:9:9: error: 'STHTTPRequest.h' file not found
#import "STHTTPRequest.h"
^
<unknown>:0: error: failed to import bridging header '/Users/aftheer/Desktop/twitterApp/twitterApp/twitterApp-Bridging-Header.h'发布于 2016-03-19 06:17:58
#import <STTwitter/STTwitter.h>您必须使用"<“、">”和framework-name。这个方法适用于GoogleSignIn:
#import <GoogleSignIn/GoogleSignIn.h>https://stackoverflow.com/questions/36092179
复制相似问题