Kwabena Berko
06/04/2023, 4:44 AMUndefined symbols for architecture x86_64:
"_OBJC_CLASS_$_MTLCommandBufferDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlCommandBuffer.o)
"_OBJC_CLASS_$_MTLCompileOptions", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlUtil.o)
"_OBJC_CLASS_$_MTLDepthStencilDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlDepthStencil.o)
"_OBJC_CLASS_$_MTLRenderPassDescriptor", referenced from:
objc-class-ref in libskia.a(gpu.GrMtlGpu.o)
objc-class-ref in libskia.a(gpu.GrMtlOpsRenderPass.o)
The issue occurs when I include the Jetbrains Compose plugin and its dependencies in the commonMain
block of my KMM project. When running tests on iOS, they fail to execute properly. However, when I comment out the plugin and dependencies, the tests run successfully.
I would appreciate any guidance or insights regarding this issue. If you’d like to take a look at my sample project to better understand the problem, I have uploaded it to GitHub: CocoapodsSample.
Thank you in advance for any assistance or suggestions you can provide.Dima Avdeev
06/04/2023, 10:48 AMKwabena Berko
07/19/2023, 11:32 PMDima Avdeev
07/26/2023, 3:04 PM