-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Xcode Generated UITest Crashes on eDistantObject`SetupBlockInvocationForward #1187
Comments
Downgrading to |
Kellie, which xcode version are your tests built? |
Albert, I am running Xcode version: Version 11.3.1 (11C504) |
Sorry for the latency. It is likely to be the dependency corruption at EarlGrey podspec. Could you check your Podfile.lock (auto generated beside your Podfile after |
I will check the Podfile and update if this resolves the issue. Thanks so much @AlbertWang0116 |
Albert, I checked the Podfile and eDistantObject version is |
I see, so I guess you can run EarlGrey tests on the demo app but not on your own? From the place that error complains: eDistantObject tries to add |
Apologies for delayed response. It does not appear that any of our code or any of our 3rd party dependencies add a method called We are going to continue to investigate the issue on our end, specifically to see if we have already come through Will post back with an update. Thank you again @AlbertWang0116 for your help. |
Hi Kellie, any luck on this? If it truly imported eDO twice, your should be able to hit the breakpoint of that symbol twice. |
Hello Albert, |
@AlbertWang0116 What I am noticing when stepping through the demo project is Any thoughts? |
@kelliepersson |
Kellie, it would be super helpful for us if you were able to create a repro case / project we could clone and test out the issue. |
@AlbertWang0116 I was able to get passed this error/crash 😅 . We have a rather complicated Podfile setup. To prevent duplicate linkage of static libraries, I added
|
Nice! Thanks for the update Kellie! |
I just want to confirm that with |
Hey Steven, you need to pair the current EarlGrey version (2.0) with eDistantObject 0.9.0. We are working on releasing a new EarlGrey version which will be paired with eDistantObject 1.0.0. Sorry for the inconvenience. |
EG2UITests
UI Testing Bundle to our projectpod install
The text was updated successfully, but these errors were encountered: