Does anyone know how to resolve this error when `gradlew check` reaches task `:shared:linkDebugTestI...
e
Does anyone know how to resolve this error when
gradlew check
reaches task
:shared:linkDebugTestIosSimulatorArm64
? (I have an M1 Mac.)
Copy code
Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_MTLCommandBufferDescriptor"
ld: symbol(s) not found for architecture arm64
@Dima Avdeev I believe you called this a bug. Is there a ticket we can track?
a
I’m also facing same problem while unit testing in iOS