You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
For any developer that creates iOS SDK's (frameworks) for other companies, we need to support bitcode frameworks for some customers. We also need to select a tech stack that hedges against Apple suddenly requiring bitcode for iOS. I'm currently evaluating K/N, and this is the only limitation blocking me from selecting K/N.
The Rust team just got this working over the last 2 days...
@olonho I think that would be great. I'll start diving into the code and see about adding this. I could use any high-level pointers from you and team about how you would like to see this implemented. Thanks!
For any developer that creates iOS SDK's (frameworks) for other companies, we need to support bitcode frameworks for some customers. We also need to select a tech stack that hedges against Apple suddenly requiring bitcode for iOS. I'm currently evaluating K/N, and this is the only limitation blocking me from selecting K/N.
The Rust team just got this working over the last 2 days...
Can this be achieved by setting the LLVM '-fembed-bitcode' option? Is there any way to set custom LLVM options during K/N compilation? Thanks!
The text was updated successfully, but these errors were encountered: