encountered an error (Test runner never began executing tests after launching
As per suggestion else where we ran our test on iOS 14.5 simulator. They were successfully but it took 54 minutes (usually they take 6 mins). So iOS 14 as simulator destination is not workaround for us.
I took a spindump while test were running on simulator 15.4 attaching them.
Need help!
As seen in the spindump, Pendo
was blocking the main thread. Updating it to latest version thankfully fixed this problem.
PS: Pendo seems to use AsyncDisplayKit internally and there is a ticket for this there https://github.com/TextureGroup/Texture/issues/2029
Cheers!