You must have a module card
change code to -
framework module Test { umbrella header "Test.h" export * module * { export * } explicit module BFAppLinkResolving { header "BFAppLinkResolving.h" link "BFAppLinkResolving" export * } explicit module BFWebViewAppLinkResolver { header "BFWebViewAppLinkResolver.h" link "BFAWebViewAppLinkResolver" export * } }
source share