ASIHTTPRequest build / link error

前端 未结 1 1032
梦如初夏
梦如初夏 2021-01-23 14:17
- (void)getFacebookProfile {
    NSString *urlString = [NSString stringWithFormat:@\"https://graph.facebook.com/me?access_token=%@\", [_accessToken stringByAddingPercent         


        
相关标签:
1条回答
  • 2021-01-23 14:41

    Check the instructions here:

    http://allseeing-i.com/ASIHTTPRequest/Setup-instructions

    It seems likely one of the two steps listed has been skipped or not done correctly. Is it possible that you've not added ASIHTTPRequest.m to your project? or it's not been included in the target you're building?

    0 讨论(0)
提交回复
热议问题