Giancarlo Buenaflor
09/07/2022, 8:52 AMSmorg
09/07/2022, 3:44 PMJohn O'Reilly
09/07/2022, 6:03 PMxxfast
09/07/2022, 10:39 PMPHondogo
09/07/2022, 11:35 PMzt
09/08/2022, 3:00 AMkpgalligan
09/08/2022, 1:00 PMCristina 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?n8ebel
09/08/2022, 10:50 PM• inline classes (arguments are mapped as either underlying primitive type orHowever, any implementation I’ve tried seems to result in a type of)id
id
being exposed in the XCFrameworkxxfast
09/08/2022, 11:12 PMactual
declarations? More in the 🧵
val nativeMain by getting {
dependencies { .. }
}
// Tests won't compile without this
val nativeTest by getting {
dependsOn(nativeMain)
}
jun chen
09/09/2022, 4:17 AMPHondogo
09/09/2022, 9:50 AMJose Garcia
09/08/2022, 10:56 AMjun chen
09/09/2022, 10:45 AMxxfast
09/09/2022, 11:51 AMmattinger
09/09/2022, 7:47 PMval iosCommon by creating
val iosArm64Main by getting {
dependsOn(iosCommon)
}
But it still fails compilation when i move an actual object implementation into iosCommon instead of iOSArm64mainrrg
09/09/2022, 8:02 PMmkrussel
09/09/2022, 8:40 PMCFBundleVersion
and CFBundleShortVersionString
that gets placed in the Info.plist
file generated with the framework executable?xxfast
09/10/2022, 9:08 AMmaven-publish
plugin?xxfast
09/12/2022, 12:34 AMMihai Voicescu
09/12/2022, 12:44 PMe: Could not find "io.almer:gaia-api" in [/Users/mihaivo/AndroidStudioProjects/AlmerCompanion, /Users/mihaivo/.konan/klib, /Users/mihaivo/.konan/kotlin-native-prebuilt-macos-x86_64-1.7.10/klib/common, /Users/mihaivo/.konan/kotlin-native-prebuilt-macos-x86_64-1.7.10/klib/platform/ios_arm64]
Sebastian Sellmair [JB]
09/12/2022, 1:47 PMrocketraman
09/12/2022, 9:44 PMAkram Bensalem
09/12/2022, 9:49 PMepool
09/12/2022, 11:12 PMxxfast
09/13/2022, 6:06 AMTo avoid duplicate publications of modules that can be built on several platforms (like JVM and JS), configure the publishing tasks for these modules to run conditionally.What are the repercussions if we don't do this? i.e. running
publishAllPublicationsToMavenRepository
from each build on each target platform?Slackbot
09/13/2022, 9:50 AMrocketraman
09/13/2022, 1:30 PMLANG
environment variable isn't defined. Does anyone know the best place to define LANG
inside an Xcode project?Damiano Giusti
09/13/2022, 1:30 PMsqlcipher_export
at runtime?
I’m constantly getting this error when running the iOS app that includes the kmp framework:
no such function: sqlcipher_export in "SELECT sqlcipher_export('plaintext');"
any ideas? thanks!Damiano Giusti
09/13/2022, 1:33 PMDamiano Giusti
09/13/2022, 1:33 PM