kpgalligan
09/27/2023, 5:49 PMembedAndSignAppleFrameworkForXcode
would be SKIPPED? I've generally used local CocoaPods for building and avoided the embed task. Tried it recently and was pretty surprised at how easy that was to set up. Until now 🙂 It wasn't seeing my Kotlin changes. Did a Gradle clean, still not seeing them. Then did an Xcode clean, and now it doesn't see the module at all. Looking at the script in Xcode's build log I see
Showing All Messages
> Task :analytics:compileKotlinIosSimulatorArm64 UP-TO-DATE
> Task :breeds:generateCommonMainKMMBridgeKickStartDbInterface UP-TO-DATE
> Task :breeds:compileKotlinIosSimulatorArm64 UP-TO-DATE
> Task :allshared:compileKotlinIosSimulatorArm64
> Task :allshared:linkDebugFrameworkIosSimulatorArm64
> Task :allshared:assembleDebugAppleFrameworkForXcodeIosSimulatorArm64
> Task :allshared:embedAndSignAppleFrameworkForXcode SKIPPED
russhwolf
09/27/2023, 6:49 PMkpgalligan
09/27/2023, 11:54 PMbrandonmcansh
11/06/2023, 7:08 PMkpgalligan
11/07/2023, 1:18 PM-framework "[your module]"
to "Other Liner Args" and adding the "Framework Search Paths" to the framework in your build folder.brandonmcansh
11/07/2023, 1:27 PM