Open jdeff opened 4 years ago
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.
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 https://github.com/microsoft/appcenter/issues/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 dlopen
call, build the calabash.framework, and try it out.
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: https://github.com/calabash/run_loop/pull/756
@JoeSSS π Great to hear you have calabash running with Xcode 12 π Can I ask how you're pointing to to the branch you linked above for run loop, rather than the latest release? Thanks
@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 bundle exec rake install
and push it somewhere or update it manually on your CI.
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. I have Calabash running with Xcode 12 and iOS 14 using the following:
In my Podfile:
pod 'Calabash', '0.21.10'
and in my Gemfile
gem 'run_loop', git: 'https://github.com/calabash/run_loop.git', branch: 'xcode_14_support'
Then run bundle update run_loop
to fetch this new version of run_loop
. This will take a while as it needs to clone the repo. Hopefully this will be released soon and we can then just point to a version number.
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: