Greetings!
I encounter an issue when try building an xcframework from a framework project with Embed and Sign option enabled for the project's pods. When I'm trying to use the xcframework in the final app I get a compile errors:
Question: Does the option "Embed and Sign" include all of the libraries into the main project build ?
I encounter an issue when try building an xcframework from a framework project with Embed and Sign option enabled for the project's pods. When I'm trying to use the xcframework in the final app I get a compile errors:
No such module <framework's dependency from pod>
Failed to build module <framework-module-name> from its module interface; it may have been damaged or it may have triggered a bug in the Swift compiler when it was produced.
Question: Does the option "Embed and Sign" include all of the libraries into the main project build ?