Is there a way to exclude a platform library, e.g....
# ios
p
Is there a way to exclude a platform library, e.g., UIKit from being compiled? I have a feeling that the above errors are being caused by the "embedded" UIKit when linking binaries, so even UIWebView is being included in my framework.