When trying to run tests i receive the following error.
Implicit conversion changes signedness: 'int' to 'NSUInteger' (aka 'unsigned long')
The only way to get it working at least for me, is to change in GREYAppState line 44 key.intValue to key.unsignedIntValue.