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
It seems that if I use the ios_framework rule to create an ios swift library framework, the framework cannot be used in a normal xcode project. It seems the swift module is not included.
ios_framework is not designed to be distributed. We don't have a distributable dynamic framework solution as of now. Please review this doc for more info on supported frameworks use cases.
It seems that if I use the
ios_framework
rule to create an ios swift library framework, the framework cannot be used in a normal xcode project. It seems the swift module is not included.A full example is here: https://github.com/lswith/bazel-ios-test
If you try to build the app target in the ios.xcworkspace, it won't be able to find the "hello" module which was built by bazel.
The text was updated successfully, but these errors were encountered: