开发者

Why I get "implicit declaration of function 'PerformXMLXPathQuery'" warning?

开发者 https://www.devze.com 2023-01-22 18:39 出处:网络
Why I get \"implicit declaration of function \'PerformXMLXPathQuery\'\" warning? NSString *respons开发者_JAVA技巧e = [request responseString];

Why I get "implicit declaration of function 'PerformXMLXPathQuery'" warning?

NSString *respons开发者_JAVA技巧e = [request responseString];  
NSString* xPathQuery = [NSString stringWithFormat:@"//ExtendedData"];  
NSArray* myArray = PerformXMLXPathQuery([response dataUsingEncoding:NSUTF8StringEncoding ],xPathQuery);


The warning indicates that compiler cannot find a prototype declared for the PerformXMLXPathQuery function. Check if you have imported the header file where your function was declared.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号