GYHttpMock icon indicating copy to clipboard operation
GYHttpMock copied to clipboard

Property 'regex' not found on object of type 'NSString *'

Open liujianying opened this issue 9 years ago • 1 comments

mockRequest(@"GET", @"(.?)google.com(.?)".regex). withBody(@"{"name":"abc"}".regex);

报错:Property 'regex' not found on object of type 'NSString *'

withBody(@"weread.json"); 也报错

能否提供个示例

liujianying avatar Aug 11 '16 03:08 liujianying

这个示例确实有问题,试试其它的?

hypoyao avatar Aug 17 '16 11:08 hypoyao