FFSafeKit
FFSafeKit copied to clipboard
crash occurred after installing with pod
When I opened the project after installing with pod, a crash occurred directly.
the crash at
- (NSString *)ff_stringByReplacingCharactersInRange:(NSRange)range withString:(NSString *)replacement
and the value
self __NSCFString * @"82AE4E06-0D77-3A6B-99DF-F052024C81DF" 0x0000000283a43780
range NSRange location=4318458176, length=4318458080
replacement NSString * nil 0x0000000000000000
me too