Hey there :wave: I am trying to build the XCFrame...
# multiplatform
t
Hey there 👋 I am trying to build the XCFramework using the following gradle command:
./gradlew :shared:assembleCompanyKMPSharedXCFramework
Copy code
> 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