Marc Dietrichstein
08/15/2023, 12:39 PMorg.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework
instead of the CocoaPods Plugin to build our framework. This way we do get a MissingResourceException
when we attempt to access a resource on iOS. Is it possible that this approach is not supported with Kotlin 1.9.0 and Compose 1.5.0-beta02? Or to put it differently: Is the CocoaPods plugin necessary in order to package resources correctly?Francis Mariano
08/15/2023, 12:51 PMMilchschlumpf
08/15/2023, 5:39 PMMarc Dietrichstein
08/16/2023, 7:22 AM./gradlew podInstall
. Initially, I had skipped this step as I wasn’t using the Cocoapods Plugin.Stefan Oltmann
08/16/2023, 6:43 PMMilchschlumpf
08/17/2023, 2:15 PMStefan Oltmann
08/21/2023, 1:18 PMMilchschlumpf
08/21/2023, 2:48 PMStefan Oltmann
08/21/2023, 2:50 PMembedAndSignAppleFrameworkForXcode
is the one copying the resources and they are located in a subfolder "compose-resources". This wasn't obvious to meStefan Oltmann
08/28/2023, 7:46 AMsyncComposeResourcesForIos