I'm trying to follow the <tutorial here> to compil...
# multiplatform
r
I'm trying to follow the tutorial here to compile an Apple Framework to use in an iOS project. I've successfully compiled Demo.framework but am having some trouble including it in an xcode project. I've added it under 'Frameworks, Libraries, and Embedded Content' and now see it in my file navigator under a Frameworks folder. I've also tried to add the path to my Framework Search Paths, but I'm getting a build error: directory not found for option, framework not found Demo I feel like I must be missing something. In case it matters, this is a brand new, empty iOS project.
r
The KMM docs do a better job covering this stuff. Take a look at https://kotlinlang.org/docs/mobile/discover-kmm-project.html#ios-application
r
Thanks, I'll take a look.
I can try these steps, but for more context, I'm hoping to eventually drop this in an existing iOS project, not something that's KMM from the start.