Build error
zwjkim opened this issue · 1 comments
zwjkim commented
I got the build error to build main branch in untu20.04 (x64) host environment.
Some Kotlin/Native targets cannot be built on this linux_x64 machine and are disabled:
* In project ':common':
* targets 'iOS', 'macOS' (can be built with one of the hosts: macos_x64, macos_arm64)
To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.
~snip
- What went wrong:
Execution failed for task ':androidApp:packageRelease'.
A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
SigningConfig "release" is missing required property "storeFile".
zwjkim commented
./gradlew assembleDebug -> OK