I am new on Xcode.
we already implement EarlGrey framework as our native automation ios testing framework.
Then we want to implement BDD test on our automation IOS.
I can run Cucumberish on UI testing, and run EarlGrey on Unit Test.
But I'm getting a problem when combining EarlGey and Cucumber.
It throws an error like this
as we know Cucumberish is based on Objective-C,
I think that error happens when EarlGrey framework converting to Objective-c but I am not sure because I am still new on swift and Objective-c.
i put my project on my github : https://github.com/tnabror/CucumberishEarlGrey