google / EarlGrey

:tea: iOS UI Automation Test Framework
http://google.github.io/EarlGrey/
Apache License 2.0
5.61k stars 741 forks source link

EarlGrey 2.2.0 | Firebase Test Lab support #1605

Open bkunat opened 3 years ago

bkunat commented 3 years ago

Hi all,

I've added EarlGrey to the project using this guide. Even though all tests run locally just fine, I'm having trouble running them in the Firebase Test Lab. Each time I get an error with the following message:

libswiftPhotos.dylib: Code object is not signed.

My UITests target builds locally on a real device without any code signing issues. All code signing is done manually because Apple introduced 2FA a few months ago, and I’m unable to use AppStoreConnect API Key because enterprise accounts do not support it.

Question: Is EarlGrey 2 compatible with Firebase Test Lab?

bartekpacia commented 1 year ago

I have a similar problem. Everything works fine locally, but fails on Firebase Test Lab with a mysterious Failed to add forwardInvocation.

See also: