Thomas Richtsfeld
06/12/2024, 7:22 AM./gradlew :shared:assembleCompanyKMPSharedXCFramework
> Task :shared:assembleDebugIosSimulatorFatFrameworkForCompanyKMPSharedXCFramework FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':shared:assembleDebugIosSimulatorFatFrameworkForCompanyKMPSharedXCFramework'.
> java.io.FileNotFoundException: /Users/name/Workspace/company/company-android-core/shared/build/bin/iosX64/debugFramework/CompanyKMPShared.framework/Headers/CompanyKMPShared-Swift.h (No such file or directory)
The header file is inside the folder, but the name is CompanyKMPShared.h
instead of the file it is searching for CompanyKMPShared-Swift.h
Everything worked quite well a few days ago. What can be wrong here? Kotlin 1.9.21 is used