Igor Milakovic
02/02/2022, 7:05 PMwarning: (x86_64) could not find object file symbol for symbol _kfun:io.ktor.utils.io.ByteChannelSequentialBase#<get-readByteOrder>(){}io.ktor.utils.io.core.ByteOrder
warning: (x86_64) could not find object file symbol for symbol _kfun:io.ktor.utils.io.ByteChannelSequentialBase#<set-readByteOrder>(io.ktor.utils.io.core.ByteOrder){}
warning: (x86_64) could not find object file symbol for symbol _kfun:io.ktor.utils.io.ByteChannelSequentialBase#<get-writeByteOrder>(){}io.ktor.utils.io.core.ByteOrder
warning: (x86_64) could not find object file symbol for symbol _kfun:io.ktor.utils.io.ByteChannelSequentialBase#<set-writeByteOrder>(io.ktor.utils.io.core.ByteOrder){}
Literally, 5100+ warnings similar to the above ^
Thanks!Landry Norris
02/02/2022, 10:03 PMIgor Milakovic
02/02/2022, 10:04 PMLandry Norris
02/02/2022, 10:05 PMe: Module "io.ktor:ktor-network" has a reference to symbol kotlinx.coroutines/SingleThreadDispatcher|null[0]. Neither the module itself nor its dependencies contain such declaration.
, but I can’t seem to find a solution. I found a ticket https://youtrack.jetbrains.com/issue/KTOR-3562 marked as fixed, but I still see the issue.Igor Milakovic
02/02/2022, 10:06 PMLandry Norris
02/02/2022, 10:13 PMIgor Milakovic
02/02/2022, 10:14 PMIgor Milakovic
02/03/2022, 5:39 PMxcodeConfigurationToNativeBuildType["Development"] = NativeBuildType.DEBUG
To this:
xcodeConfigurationToNativeBuildType["Development"] = NativeBuildType.RELEASE
I have these custom Xcode configurations for different environments like Development, Staging and Production