Open npamidisf opened 3 years ago
Also, curious if there is a way to completely stop any AppFramework or eDistantObject activity when not launched via UITests scheme?
@npamidisf Not sure if this is what you're referring to, but have you tried configuring your app to run with this environment variable set? EarlGreyStandaloneMode
https://github.com/google/EarlGrey/blob/earlgrey2/AppFramework/Config/GREYAppConfiguration.m#L99
@npamidisf Not sure if this is what you're referring to, but have you tried configuring your app to run with this environment variable set?
EarlGreyStandaloneMode
https://github.com/google/EarlGrey/blob/earlgrey2/AppFramework/Config/GREYAppConfiguration.m#L99
Yes, i did. I think the environment variable setting helps solve the issue where you won't even be able to run the app process via XCode...
Hi,
Post integration of Earlgrey 2 into an app, i've noticed the app crashes when not launched via XCode, even if the prior launch through XCode was succesful(both if prior launch is directly through the app scheme or through ui tests scheme).
This is the crash log i was able to capture post the crash..
Is there a way to prevent this from happening?