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
请教下大佬,这个问题该如何解决:
不使用xcode界面进行编译,而是仅仅用xcodebuild命令行进行编译; 已通过xcode界面的build setting加入了fla等cflag 期望编译出被ollvm混淆过后的静态链接库 参考命令如下 xcodebuild -scheme myproject -sdk iphoneos -project myproject .xcodeproj -configuration Release DSTROOT=/Users/amlloc/Project/myproject /build_ios/objects SYMROOT=/Users/amlloc/Project/myproject /build_ios/build -toolchain ollvm 但是目前现状是:
通过xcode界面编译出来的静态链接库是被混淆的 通过上述命令编译出来的静态链接库未被混淆
The text was updated successfully, but these errors were encountered:
请教一下,使用ollvm编译你有遇到过这个问题吗 Undefined symbols for architecture arm64: "___isPlatformVersionAtLeast", referenced from:
Sorry, something went wrong.
没有遇到呀,是不是版本对不上呢?我是自己根据git提交自己patch llvm
No branches or pull requests
请教下大佬,这个问题该如何解决:
不使用xcode界面进行编译,而是仅仅用xcodebuild命令行进行编译;
已通过xcode界面的build setting加入了fla等cflag
期望编译出被ollvm混淆过后的静态链接库
参考命令如下
xcodebuild -scheme myproject -sdk iphoneos -project myproject .xcodeproj -configuration Release DSTROOT=/Users/amlloc/Project/myproject /build_ios/objects SYMROOT=/Users/amlloc/Project/myproject /build_ios/build -toolchain ollvm
但是目前现状是:
通过xcode界面编译出来的静态链接库是被混淆的
通过上述命令编译出来的静态链接库未被混淆
The text was updated successfully, but these errors were encountered: