Anyone having this issue when building on kotlin v...
# multiplatform
a
Anyone having this issue when building on kotlin version 1.3.30?
d
Have you tried cleaning?
a
Always 😞
At this rate, only seems to happen on my macbook pro
d
FWIW, I am currently working on a Multi-platform project on a MacBook Pro, and haven't (yet) encountered an issue with the
DS_Store
files.
I'm not sure how successful any deletion of the
DS_Store
files would be though; given that MacOS maintains and probably re-creates them. I'd look for any tools in your chain that are operating on 'all files' and find a way to explicitly filter out the `.DS_Store`s?
s
Known issue. Please try removing all
.DS_Store
files from
~/.konan/kotlin-native-macos-1.2
.
a
Good idea, will do that