Manish Singh
Manish Singh
I am stumbled upon this too. Any suggestion on how to go about it?
I was able to get it work with fastlane and xcodebuild. As its said, its pretty straight forward. You just need to define the testing scheme and your tags that...
> 1. Right clic Terminal from the Application/Utilities folder, Get Info, tick the "Open using Rosetta" box. > 2. Uninstall Homebrew > > ``` > /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"...
This would be a great idea!!! But I was trying to see if we can do hit test on the CGPoints via UIkit hit test function for every CGPoint we...
This solution kind of solved the problem but this solution will start the test even after the test fails.
Why are you not inclined towards doing device rotation using public API? I am doing that in my test project.
we should merge this as well.
@snod you are right. From the code, it looks like that might be the cause of the issue. But this functionality worked for me in one of my projects out...