开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜