Hi There!. When running my KMM project in the iOS ...
# multiplatform
r
Hi There!. When running my KMM project in the iOS simulator I got tons of warnings like this
Copy code
warning: (x86_64)  could not find object file symbol for symbol _kexttype:kotlinx.coroutines.$startCoroutine$lambda-2$FUNCTION_REFERENCE$32
warning: (x86_64)  could not find object file symbol for symbol ___unnamed_4565
warning: (x86_64)  could not find object file symbol for symbol ___unnamed_4566
warning: (x86_64)  could not find object file symbol for symbol ___unnamed_4567
warning: (x86_64)  could not find object file symbol for symbol ___unnamed_4568
Do you have any clue why this could be happening?
👍 1