Christian Leovido
Christian Leovido
In my case I had my Unit and UI Tests in the App's Target. By setting only the App as a target, it should work. 
+1 for this feature.
+1, I actually get the following when writing my own unit test: `TypeError: Cannot read properties of undefined (reading 'verifyWithAlgorithm')`
I had the same issue. All I did was run `pnpm pods` each time it failed, which took 40m in the end to complete.