-
Notifications
You must be signed in to change notification settings - Fork 369
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
UIAutomation.framework not found in Xcode 12 Beta #1424
Comments
I think we can safely remove the dlopen call for all versions of iOS. @ivan-nosar This would be part of Xcode 12 / iOS 14 support. |
@jmoody Is there an ETA for iOS 14 support already? I'm asking because I created a related feature request over at microsoft/appcenter#1912 that is probably going to be implemented here anyway. |
For the past few years, we have not started looking at the new Xcode until the beta 2 is released. There is no ETA. My recommendation is that someone in the community remove the ATTN @ivan-nosar @Oddj0b |
Xcode 12 beta 6 is released. When could we expect support for Xcode 12 / iOS 14. I am getting same error as @bboyle18 |
I don't remember seeing this issue, but I have Xcode 12 GM running without any issues on Simulator building run_loop from this branch: calabash/run_loop#756 |
@JoeSSS 👋 Great to hear you have calabash running with Xcode 12 😀 |
@JoeSSS That is nice! Could you please let us know how to point to that branch |
well, this is a bit more complicated :) You need to build your own gem |
okay thanks! I see 3 changes in the PR. Do you think making those changes locally on run loop 4.5.3 will work? |
I can confirm that the change suggested above works on iOS 14. In my Podfile:
and in my Gemfile
Then run Hope this helps others get Calabash running for Xcode 12. |
@bboyle18 That is nice! You got it working on real iOS device or simulator? |
I only ever run Calabash on the Simulator, so I can't comment on whether it runs on a device. |
Just updated Xcode to the 12 beta and I am seeing a new warning from Calabash:
All calabash logs from Xcode:
The text was updated successfully, but these errors were encountered: