Tobias
04/25/2022, 5:39 AMshared
framework from a KMM project in Xcode? It's neither listed under the Frameworks
folder neither nor Embedded Frameworks
in Xcode.norrisboat
04/25/2022, 8:18 AMTobias
04/25/2022, 8:24 AMDavid Nedrow
04/25/2022, 9:00 PMCocoapods
when you initialized the KMM project, you have to manually add the framework to your project.
Once you’ve run assembleXCFramework
, you should be able to drag (via Finder) the framework from the build directory to the project. Drop it under ‘Frameworks’. That should be all you need to do.Tobias
02/14/2023, 10:43 AM