https://kotlinlang.org logo
i

Ivan Đorđević

10/12/2021, 11:15 AM
Hi, where exactly is the
embedAndSignAppleFrameworkForXcode
task defined? I'm running the
kmm-integration-samples
test project, and when I simply run the iOS target it builds successfully:
Copy code
> Task :shared:linkDebugFrameworkIosX64
> Task :shared:assembleDebugAppleFrameworkForXcodeIosX64
> Task :shared:embedAndSignAppleFrameworkForXcode

BUILD SUCCESSFUL in 13s
4 actionable tasks: 4 executed
But I can't see such a task in Gradle tasks, and when I try to run the task manually, Gradle can't seem to find it:
Copy code
$ ./gradlew :shared:embedAndSignAppleFrameworkForXcode

> Configure project :shared
Kotlin Multiplatform Projects are an Alpha feature. See: <https://kotlinlang.org/docs/reference/evolution/components-stability.html>. To hide this message, add 'kotlin.mpp.stability.nowarn=true' to the Gradle properties.


FAILURE: Build failed with an exception.

* What went wrong:
Task 'embedAndSignAppleFrameworkForXcode' not found in project ':shared'.
Slack Conversation
2 Views