tencentyun/qcloud-sdk-ios

QCloudHTTPSessionManager类中- (void)executeRestHTTPReqeust:(QCloudHTTPRequest *)httpRequest 中stringByReplacingOccurrencesOfString参数nil崩溃

holiny opened this issue · 1 comments

image

NSString *host = [[task.currentRequest.URL.absoluteString stringByReplacingOccurrencesOfString:task.currentRequest.URL.scheme
withString:@""] stringByReplacingOccurrencesOfString:@"://"
withString:@""];

请帮助修复崩溃问题,谢谢

5.9.1已修复