Post marked as unsolved
Click to stop watching this post.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 0 replies
71
Views
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: 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.
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 ?