aleksey.tomin
09/19/2020, 8:17 AMcommotTest
. Also I have macosX64Main
. Common tests runs on macos target and done successful.
Now I’ve added iosMain
and common tests runs on ios target and faile with the error
Error Domain=NSPOSIXErrorDomain Code=61 "Connection refused" UserInfo={NSLocalizedDescription=Unable to lookup com.apple.CoreSimulator.CoreSimulatorService (704.12.2) in the bootstrap...
Failed to load CoreSimulatorService. Access to simulator services will not be available...
This can happen if running with a sandbox profile...
Simulator services will no longer be available.
1. How can I disable executing common tests on another targets?
2. How can I perform ios tests?