Truongnguyenptit
09/19/2023, 3:44 PMTask sharedlinkPodDebugFrameworkIosArm64 FAILED/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task 'sharedlinkPodDebugFrameworkIosArm64'.
Compilation finished with errors* 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 BUILD FAILED in 1m 54s Please let me know how to fix it
Jacob Rhoda
09/19/2023, 6:47 PMTruongnguyenptit
09/20/2023, 12:29 AMGaurav Prakash
09/20/2023, 3:40 AMJacob Rhoda
09/20/2023, 3:50 AMAdhish Lal
09/20/2023, 4:09 AMTruongnguyenptit
09/20/2023, 6:04 AMGaurav Prakash
09/20/2023, 6:21 AMTruongnguyenptit
09/20/2023, 7:31 AMTruongnguyenptit
09/20/2023, 7:33 AMAdhish Lal
09/20/2023, 11:14 AMJacob Rhoda
09/20/2023, 2:16 PMbuild.gradle
file, I have this blockâŚ
plugins {
//trick: for the same plugin versions in all sub-modules
id("com.android.application") version Versions.androidPlugin apply false
id("com.android.library") version Versions.androidPlugin apply false
kotlin("android") version Versions.kotlin apply false
kotlin("multiplatform") version Versions.kotlin apply false
}
So I bumped the version in Versions.kotlin
to 1.9.10. Essentially, the âmultiplatformâ and âandroidâ plugins were the ones that needed bumped.Jacob Rhoda
09/20/2023, 2:16 PMTruongnguyenptit
10/12/2023, 1:46 PM