Profile *profile = [[Profile alloc] init];
NSLog(@"badgeId is %@", badgeId);
NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys:[profile getAuthenticationToken], @"auth_token", badgeId, "badge_id", title, "title", nil];
它在返回方法 getAuthenticationToken (返回一个字符串)后静默崩溃。它似乎去内存引用然后崩溃。前一行的 badgeId 上的 println 返回以下内容:
badgeId is 97