tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.88k stars 328 forks source link

ios/tvos building... #204

Open jeffatrad opened 4 years ago

jeffatrad commented 4 years ago

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...

tpoechtrager commented 4 years ago

Yes. https://github.com/tpoechtrager/cctools-port/issues/31.

jeffatrad commented 4 years ago

Hi, Thomas - that method seems to just be using Apple-clang? I'm trying to build without MacOS at all...

tpoechtrager commented 4 years ago

It builds the required compiler (for bitcode stuff) from the sources. Their compiler is open source.

jeffatrad notifications@github.com 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 https://github.com/tpoechtrager/osxcross/issues/204?email_source=notifications&email_token=AASY5JHGCJZL63UEXX66EY3QRNJFLA5CNFSM4JHSQUC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECZMUPI#issuecomment-548588093, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASY5JDMGH4ZQQY7XA5Y473QRNJFLANCNFSM4JHSQUCQ .

jeffatrad commented 4 years ago

Innnnteresting... I'll look into that!