Guilherme Delgado
07/19/2024, 6:23 PMGuilherme Delgado
07/19/2024, 7:52 PMGuilherme Delgado
07/19/2024, 8:06 PMRue Harper
10/28/2024, 8:41 AMGuilherme Delgado
10/28/2024, 9:06 AMRue Harper
10/28/2024, 11:26 AMembedAndSignAppleFrameworkForXcode
gradle step as if it ran for only one of the targets then it'd be usable within that target, but:
• Running it for both (or running it for one, then including the generated framework in the other) wouldn't workRue Harper
10/28/2024, 11:32 AMembedAndSignAppleFrameworkForXcode
gradle step as:
• Running it for only one of the targets then it'd be usable within that target, but not ideal because I'd like to use the shared KMP code for multiple modules
• Running it for both targets wouldn't work because it'd have a duplicated framework with different IDs which caused issues when validating a build ready to upload to App Store Connect
• Running it for the main app target then including the generated framework in the feature module didn't work because of a dyld: library not loaded
crash when installing to device
I'm going to give it another try at the end of the sprint so hopefully I'll be able to go further with it, maybe I was overcomplicating it before... I appreciate any guidance you have for making a multi-module set up work @Guilherme Delgado 🙂Guilherme Delgado
10/28/2024, 11:33 AMGuilherme Delgado
10/28/2024, 11:35 AMRue Harper
10/28/2024, 11:36 AMRue Harper
11/11/2024, 10:40 AMGuilherme Delgado
11/11/2024, 10:42 AMGuilherme Delgado
11/11/2024, 10:44 AMRue Harper
11/11/2024, 10:45 AMRue Harper
11/15/2024, 4:11 PMGuilherme Delgado
11/15/2024, 4:12 PM