Has anyone successfully run unit tests for iOS?
u
Has anyone successfully run unit tests for iOS?
h
x64, looks like you have an m1 mac (arm architecture) but using x64. Guess, there are no iossimulatorarm64 artifacts?
u
I am using x86 mac. What's wrong with the configuration. Is there a simple demo (ios) that can run unit tests here?
l
I am able to run unit tests on iOS on my mac for several projects. None have specifically compose tests, but logic tests.
Have you disabled caching for iOS in gradle.properties and made sure all composables visible in iOS are internal or private?
u
Yeah, all are internal or private. The reason seems to be there is not a x86_64 framework for libSkia. Pure logic succeed