julioromano
04/15/2022, 4:01 PM> Task :shared:compileKotlinIosSimulatorArm64 NO-SOURCE
> Task :shared:linkDebugFrameworkIosSimulatorArm64 NO-SOURCE
> Task :shared:assembleDebugAppleFrameworkForXcodeIosSimulatorArm64 NO-SOURCE
Which is true because technically there is no source file in that module, it only includes other modules as dependencies.
Nevertheless no actual framework is generated and the next Gradle task fails with:
> Task :shared:embedAndSignAppleFrameworkForXcode FAILED
cp: /.../project/shared/build/xcode-frameworks/Debug/iphonesimulator15.4/shared.framework: No such file or directory
The same umbrella module works fine if imported from the android app (I can use and see all its transitive dependencies).
How to debug this?russhwolf
04/15/2022, 4:15 PMDummy.kt
with nothing in it