Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个带有 __LLVM 位码部分的二进制文件(一个 iOS 应用程序)。
有没有办法从位码重新编译特定于平台的代码?
我找到了答案。您可以在 Xcode 中进行存档,然后导出功能。然后有选项“从位码重新编译”。
这使用 /Applications/Xcode.app/Contents/Developer/usr/lib/bitcode_build_tool 重新编译应用程序。