Bobbyphtr
Bobbyphtr
There is a requirement to add `AdServices.framework` but I need to include it as **weak** to support earlier devices without crashing them. I added : ``` weak_sdk_frameworks = [ "AdServices",...
I try to create a custom matcher here to read a SwiftUI View. ``` func grey_swiftui_element() -> GREYMatcher { let matches: GREYMatchesBlock = { (element: Any) -> Bool in //...
# Background Hi there! I'm a beginner and still learning about EarlGrey and how to use them. I created a simple SwiftUI View as simple as this. And want to...
Hi, to be honest, I'm not sure if this is a known bug or not. I figure that when XCLogParser tries to parse the swift file, it seems to compare...