Does anybody know what these error messages mean? ...
# kotlin-native
h
Does anybody know what these error messages mean?
Copy code
w: Linking two modules of different data layouts: '/var/folders/8j/m605_xwx6s93xxf3tjfbkqlm0000gn/T/native4890200288988106563/cstubs.bc' is 'e-m:o-p:32:32-Fi8-i64:64-a:0:32-n32-S128' whereas 'out' is 'e-m:o-p:32:32-i64:64-i128:128-n32:64-S128'

w: Linking two modules of different target triples: /var/folders/8j/m605_xwx6s93xxf3tjfbkqlm0000gn/T/native4890200288988106563/cstubs.bc' is 'thumbv7k-apple-watchos5.0.0' whereas 'out' is 'aarch64_32-apple-watchos5.0.0'
Kotlin 1.7.20-Beta with macOS 13 (22A5331f) and Xcode 14.0 beta 6 (14A5294g)
l
it is very odd that you have two different arch for the same target. some googling take me to a xamarin bug