We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的项目是用Swift写的,在桥接头文件里无法导入 Tangram 的文件,比如导入 #import <Tangram/TangramView.h> 就会报错 Could not build module 'Tangram' 。 那几个依赖库都可以导入就 Tangram 不行!
The text was updated successfully, but these errors were encountered:
Tangram 有打算用 framework project 封装下么?
Sorry, something went wrong.
Swift 和OC对模块的引用不一样,Swift有名词空间的概念,OC没有
有没有推出swift版本的计划呀?
@songdahao 在桥接文件里直接#import "TangramView.h",就可以用了,不需要#import <Tangram/TangramView.h>
No branches or pull requests
我的项目是用Swift写的,在桥接头文件里无法导入 Tangram 的文件,比如导入 #import <Tangram/TangramView.h> 就会报错 Could not build module 'Tangram' 。
那几个依赖库都可以导入就 Tangram 不行!
The text was updated successfully, but these errors were encountered: