Skip to content

Instantly share code, notes, and snippets.

@kgleong
Last active January 25, 2018 16:21
Show Gist options
  • Save kgleong/d661a87c76a7b16345210035e19ed477 to your computer and use it in GitHub Desktop.
Save kgleong/d661a87c76a7b16345210035e19ed477 to your computer and use it in GitHub Desktop.
Valet error stacktrace
2017-08-07 21:41:37.458 [**App name redacted**][5316:2314238] *** 
Terminating app due to uncaught exception 'NSInvalidArgumentException', 
reason: '-[__NSCFData isEqualToString:]: unrecognized selector sent to instance 0x6080000b97b0'

*** First throw call stack:
(
0   CoreFoundation                      0x0000000119ce4d4b __exceptionPreprocess + 171
1   libobjc.A.dylib                     0x000000011a7c121e objc_exception_throw + 48
2   CoreFoundation                      0x0000000119d54f04 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3   CoreFoundation                      0x0000000119c6a005 ___forwarding___ + 1013
4   CoreFoundation                      0x0000000119c69b88 _CF_forwarding_prep_0 + 120
5   Valet                               0x000000012ad30860 -[VALValet migrateObjectsMatchingQuery:removeOnCompletion:] + 2759
… < truncated > … 
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment