GTXiLib
GTXiLib copied to clipboard
Google Toolbox for Accessibility for iOS
We are trying to update to 5.0.0 in our project that is currently running 4.4 and can no longer build any files that try to import GTXiLib. ``` /GTXiLib/accessibility_label_not_punctuated_check.h:20:10: 'string'...
Could you please provide an XCFramework for GTXiLib with each new release of GTXiLib? We don't use CocoaPods and it's cumbersome to create an XCFramework on our own machines because...
v4.0.0 added a dependency on protobuf, and updated the [podspec](https://github.com/google/GTXiLib/blob/159c6eac2c4f2361636eefeaa567083320ae1db8/GTXiLib.podspec#L16) to declare this, but didn't update the xcodeproj itself. This broke Carthage support and prevents building from a clone of...
The [latest release for 4.5.0](https://github.com/google/GTXiLib/releases) was from July 29, 2021 but isn't available through Cocoapods. The latest supported version is 4.4 as of now https://github.com/CocoaPods/Specs/tree/master/Specs/a/5/8/GTXiLib
1、clone the code 2、open with Xcode 12.2 then I got this error: 
Hi I have tried using this framework in swift project. I have setup the test case like this override static func setUp() { super.setUp() // Put setup code here. This...
I used EarlGrey 2.0 and I could not able to see any failure accessibility failure although I set by button frame to 5*5 can any one help me here @niksawtschuk...
Hey all, I have a question. I used to receive errors of GTXiLib checks, however I start to receive error that says `: failed: caught "NSInternalInconsistencyException", "Label must be part...
Hi all, I have a question. I have successfully called GTXiLib on my UI tests and get a report of accessibility checks. However, I receive error report like: I can...