KotlinXcodeSync icon indicating copy to clipboard operation
KotlinXcodeSync copied to clipboard

Kotlin files are added to compile phase

Open kpgalligan opened this issue 7 years ago • 0 comments

Kotlin files are added as compile targets. We can turn that off and only the file to the group, but breakpoints don't work.

Xcode doesn't attempt to compile Kotlin, so it doesn't impact functionality. However, there's a warning.

warning: no rule to process file 'xxx' of type 'text' for architecture 'x86_64' (in target 'yyy')

We should either figure out how to avoid adding files to compile, or a way to disable the error.

kpgalligan avatar Jan 30 '19 02:01 kpgalligan