@1049603119 写道:
HttpClient-apple.mm文件,309行
// HttpClient implementation
HttpClient* HttpClient::getInstance()
{
if (_httpClient == nullptr)
{
_httpClient = new (std::nothrow) HttpClient();
}return _httpClient;
}
在_httpClient = new (std::nothrow) HttpClient(); 报错如下,求大神指教
No matching constructor for initialization of 'cocos2d::network::HttpClient'
帖子: 1
参与者: 1