-
Notifications
You must be signed in to change notification settings - Fork 335
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
ios/tvos building... #204
Comments
Hi, Thomas - that method seems to just be using Apple-clang? I'm trying to build without MacOS at all... |
It builds the required compiler (for bitcode stuff) from the sources. Their
compiler is open source.
jeffatrad <[email protected]> schrieb am Do., 31. Okt. 2019, 23:06:
… Hi, Thomas - that method seems to just be using Apple-clang? I'm trying to
build without MacOS at all...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#204?email_source=notifications&email_token=AASY5JHGCJZL63UEXX66EY3QRNJFLA5CNFSM4JHSQUC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECZMUPI#issuecomment-548588093>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASY5JDMGH4ZQQY7XA5Y473QRNJFLANCNFSM4JHSQUCQ>
.
|
Innnnteresting... I'll look into that! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This same toolchain builds ios and tvos binaries well too - we've been using it for a year or so. The only problem is that tvos requires bitcode (it's optional for ios). It looks like the clang/llvm bitcode isn't compatible with Apple's submission process. I was wondering if anyone has any experience trying to get this to work...
The text was updated successfully, but these errors were encountered: