Aditya Atul Tirodkar
Aditya Atul Tirodkar
In your UI Test's Target, have you specified a target application in `General`?
Based on the logs, there doesn't seem any EarlGrey related issue here - there seems to be some issue with alloc - init'ing the application. Based on [this](https://stackoverflow.com/questions/32276523/nsinternalinconsistencyexception-when-running-uitesting-with-xcode-7), it might...
That doesn't seem to be related to EarlGrey. Can you do a clean run with XCUITest? Or reset your sim?
Is this being seen with every EG 2 test on Xcode 11/ iOS 13? Our Sample app seems to be working fine. Can we get more failure logs?
Is this happening in the example project or the FunctionalTests?
You only need `EarlGreyTest` in the test component of your PodFile. Can you not remove use_frameworks from it? My guess is that you have a global Podfile config from where...
Can you build the AppFramework on your M1 Mac and then copy the generated product to see if it runs?
We did do a release recently for this for CocoaPods. I believe the issue is currently for CocoaPods only if I'm right? The Xcode project works as expect at the...
Hey @supergithuber, where are you seeing this call? It doesn't seem to be part of EG 2.
@szymon-kazmierczak The first thing I noticed was that the `DistantObjectBundle` was podding to the EarlGreyTest and not the App Pod. The initial error with not being able to load the...