Embed and sign option in a framework project

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:
  1. No such module <framework's dependency from pod>

  2. 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.

The goal is to get the xcframework contains all the required things. To be able simply add the xcframework to any app without any additional dependencies.

Question: Does the option "Embed and Sign" include all of the libraries into the main project build ?
Embed and sign option in a framework project
 
 
Q