-
Notifications
You must be signed in to change notification settings - Fork 167
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
Invalid tvOS binaries #103
Comments
Compare the bitcode files and check what's different. I don't know of a different solution. |
Any reason |
I don't know. Maybe |
Using |
Interesting. |
Thanks! |
When uploading project containing library built with
cctools
App Store rejects the app with following error:Using same library built on macOS results in correct application processing.
I've followed steps from #31. But using clang from https://opensource.apple.com/tarballs/clang/clang-800.0.42.1.tar.gz resulted in
cctools
not building at all (apple-libtapi and cctools was missing-lgcc
for some reason).I've switched to https://github.com/apple/llvm-project and managed to build
cctools
, but binary was still rejected.Adding https://github.com/tpoechtrager/xar libraries as a dependency for
cctools
(since it seems that they are required for-fembed-bitcode
and-bundle_bitcode
to work) also didn't help.Also binaries are not exactly corrupted - they do work on both
x86_64
simulator and AppleTV device, but App Store rejects the binary for some reason.Edit:
Also
nm /opt/compiler/apple-clang/lib/libLTO.so |grep lto_codegen_hide_symbols
from #31 didn't return anything.The text was updated successfully, but these errors were encountered: