I have 20-30 .xcframework files which I need to combine into single .xcframework to be delivered to client.
Out of them only 1 framework is static framework, all the rest are dynamic framework.
I have tried 'lipo' tool to combine frameworks, but it failed with errors.
Does anyone have any experience in this?