-
Notifications
You must be signed in to change notification settings - Fork 271
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
Obj-C编译的时候,还是会出问题 #4
Comments
打印出的 |
作者回复说他没有oc环境,hhhh |
我也遇到了同样的问题...楼上解决了吗? |
为什么我在Xcode中编译的时候报的错误是:/Users/guo/Demo/DemoProject/DemoProject/User.h:9:9: fatal error: could not build module 'Foundation'
|
@GJBlog 我们遇到的问题类似,请问有后来有解决方案吗? |
@AllocAndInit 我是 llvm 6 也有这个问题 |
@joy0304 我这边用的是 4.0 的版本,也是有这个问题,后来升级到 5.0 就好了,Xcode 版本为 9.4,你的Xcode 版本是多少 |
9.4.1 |
@joy0304 这个我就不太清楚了,推荐使用这个 https://github.com/HikariObfuscator/Hikari ,功能比 ollvm 要强大 |
以下是编译器错误:
Assertion failed: (S1->getType() == S2->getType() && "Cannot create binary operator with two operands of differing type!"), function Create, file /Users/renqiming/Documents/iOS/Armariris/lib/IR/Instructions.cpp, line 2149.
这里是定位的错误位置:
StringObfuscation.cpp, line 180.
The text was updated successfully, but these errors were encountered: