Skip to content
New issue

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项目为什么不能使用呀? #83

Open
songdahao opened this issue Aug 2, 2018 · 4 comments
Open

Swift项目为什么不能使用呀? #83

songdahao opened this issue Aug 2, 2018 · 4 comments

Comments

@songdahao
Copy link

我的项目是用Swift写的,在桥接头文件里无法导入 Tangram 的文件,比如导入 #import <Tangram/TangramView.h> 就会报错 Could not build module 'Tangram' 。
那几个依赖库都可以导入就 Tangram 不行!

@qkzhu
Copy link

qkzhu commented Nov 26, 2018

Tangram 有打算用 framework project 封装下么?

@linhaosunny
Copy link

Swift 和OC对模块的引用不一样,Swift有名词空间的概念,OC没有

@xicong
Copy link

xicong commented Aug 24, 2019

有没有推出swift版本的计划呀?

@zhangnailin
Copy link

@songdahao 在桥接文件里直接#import "TangramView.h",就可以用了,不需要#import <Tangram/TangramView.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants