rickclephas / KMP-NativeCoroutines

Library to use Kotlin Coroutines from Swift code in KMP apps
MIT License
1.07k stars 32 forks source link

SPM import issues #155

Closed maximilianlemberg closed 9 months ago

maximilianlemberg commented 11 months ago

When I try to add the library to my xcode project I get an error stating:

No such module 'KMPNativeCoroutinesAsync'

I tried to reset my derrived data, cleared the package caches & also tried to restart xcode.

Altough nothing helped. Sometimes I was able to import KMPNativeCoroutinesCore but thats it.

Did anyone else run into this problem? Your help would be highly appreciated! <3

rickclephas commented 11 months ago

This might happen when the frameworks aren't added to the "Frameworks, Libraries, and Embedded Content" section of the app target.

image