is resulting in a strange error that I can't figure out. I'm already using Xcode 11 (currently downloading 11.3 if that changes anything). Does this look familiar to anyone?
Copy code
> Task :shared:linkDebugFrameworkIos
error: Invalid record (Producer: 'LLVM8.0.0svn' Reader: 'LLVM APPLE_1_1100.0.33.8_0')
1 error generated.
e: Compilation failed: The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ command returned non-zero exit code: 1.
output:
* Source files:
* Compiler version info: Konan: 1.3.60 / Kotlin: 1.3.60
* Output kind: FRAMEWORK
e: org.jetbrains.kotlin.konan.KonanExternalToolFailure: The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ command returned non-zero exit code: 1.
k
kpgalligan
12/12/2019, 4:10 AM
I feel like
targetFromPreset(presets.iosX64, 'ios')
is the old style. Why switch? Not sure what the error is, though.
s
saket
12/12/2019, 4:34 AM
I actually used
targets { fromPreset(presets.iosX64, 'ios') }
but wanted to keep it short here :p
k
kpgalligan
12/12/2019, 5:10 AM
Push a branch. Can poke around. JB is looking for gradle dsl feedback, just fyi, so take notes on what’s confusing/painful.