I am working on KMP library that is sharing files in commonResouces. Now, I want that these resources should bundle up in a generated XCFramework.
Currently I'm adding resources directly in my ios project by creating compose-resources folder, so, it's working fine but this is not a viable solution, also I have also tried to first generated the XCFramework unbundle it --> Add resources --> Rebundle it,
But then Apple Store not signing my app.