and i can drag and drop that framework into an iOS...
# ios
r
and i can drag and drop that framework into an iOS demo app, but when using the package manager, it can’t find the module when trying to import
w
have you copied the framework inside the xcode project directory? It can’t find frameworks above the project root
j
@Rainer Schlonvoigt Were you able to figure out how to expose the KMP build as a Swift Package?
r
Unfortunately, not really, had to stop working on it because another story was more important
j
If you're still interested in building Swift packages from KMP, I recommend looking at this plugin by @georg: https://github.com/ge-org/multiplatform-swiftpackage Worked very nicely right out of the box for me!