Maurice Jouvet
08/25/2020, 1:38 PMSebastien Leclerc Lavallee
08/25/2020, 1:39 PMMaurice Jouvet
08/25/2020, 1:47 PM/bin/sh -c /Users/mo/Library/Developer/Xcode/DerivedData/BlueKanGoiOS-fitfkqbarhmtjxdgiomdtzghdkmy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared.build/Script-46EB2E000002F0.sh
REPO_ROOT="$PODS_TARGET_SRCROOT"
"$REPO_ROOT/../gradlew" -p "$REPO_ROOT" :shared:syncFramework -Pkotlin.native.cocoapods.target=$KOTLIN_TARGET -Pkotlin.native.cocoapods.configuration=$CONFIGURATION -Pkotlin.native.cocoapods.cflags="$OTHER_CFLAGS" -Pkotlin.native.cocoapods.paths.headers="$HEADER_SEARCH_PATHS" -Pkotlin.native.cocoapods.paths.frameworks="$FRAMEWORK_SEARCH_PATHS"
> Task :buildSrc:compileKotlin UP-TO-DATE
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:pluginDescriptors UP-TO-DATE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:inspectClassesForKotlinIC UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Task :buildSrc:assemble UP-TO-DATE
> Task :buildSrc:compileTestKotlin NO-SOURCE
> Task :buildSrc:pluginUnderTestMetadata UP-TO-DATE
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:validatePlugins UP-TO-DATE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build UP-TO-DATE
> Configure project :shared
Kotlin Multiplatform Projects are an Alpha feature.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':shared'.
> distribution
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/6.5.1/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD FAILED in 717ms
Command PhaseScriptExecution failed with a nonzero exit code
Sebastien Leclerc Lavallee
08/25/2020, 1:51 PM:shared:syncFramework
task and it fail here:
> Configure project :shared
Kotlin Multiplatform Projects are an Alpha feature.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':shared'.
> distribution
Unfortunately, we don’t have much more info 😅 Have you tried running ./gradlew build
at the root of the project?kpgalligan
08/25/2020, 1:58 PMSebastien Leclerc Lavallee
08/25/2020, 1:59 PMMaurice Jouvet
08/25/2020, 2:06 PMkpgalligan
08/25/2020, 2:07 PMMaurice Jouvet
08/25/2020, 2:08 PMzsperske
08/25/2020, 4:59 PMkpgalligan
08/25/2020, 5:01 PMzsperske
08/25/2020, 5:06 PMMaurice Jouvet
08/26/2020, 9:47 AM