Cristina Suciu
09/08/2022, 7:03 PM./gradlew :shared:embedAndSignAppleFrameworkForXcode
script at pre-compile time on the framework's project file and
I'm getting this runtime error:
dyld[87584]: Library not loaded: @rpath/shared.framework/shared
I'm following this documentation https://kotlinlang.org/docs/multiplatform-mobile-integrate-in-existing-app.html#connect-the-framework-to-your-ios-project
does anyone know what other build settings I'm missing here?Cristina Suciu
09/08/2022, 7:03 PMSebastian Muggelberg
09/08/2022, 7:34 PMkpgalligan
09/08/2022, 8:21 PMKonstantin Tskhovrebov
09/09/2022, 9:50 AMrpath
which usually points inside app bundle.
the embed task copies framework to an app dir during a xcode buildCristina Suciu
09/09/2022, 4:27 PMembedAndSignAppleFrameworkForXcode
at pre-compile time. I can create a sample project and I'll share it with youKonstantin Tskhovrebov
09/09/2022, 4:41 PMCristina Suciu
09/13/2022, 5:26 AMembedAndSignAppleFrameworkForXcode
is ran later in the build process.Cristina Suciu
09/13/2022, 5:54 AMkpgalligan
09/14/2022, 12:36 PMCristina Suciu
09/28/2022, 7:55 AMembedAndSignAppleFrameworkForXcode
gradle task?Konstantin Tskhovrebov
09/28/2022, 8:06 AMHow can RssReader KMM framework be embedded into the iOS framework using only thethere is no way, i think. 🤔 because this is a task for embedding a dynamic framework to a resulting application. try to build a XCFramework from the kotlin project and use it on the Xcode side https://kotlinlang.org/docs/multiplatform-build-native-binaries.html#build-xcframeworksgradle task?embedAndSignAppleFrameworkForXcode