Telegram-iOS icon indicating copy to clipboard operation
Telegram-iOS copied to clipboard

I use your TelegramUIFramework, and get an error message -[DNSDomainInfo speedTestTime]. How can I solve this?

Open UniqueSilence opened this issue 1 year ago • 0 comments

iOS system version: 18.1.1 device mode: iPhone 15 Pro CPU arch: arm64-v8a

1 TelegramUIFramework -[DNSDomainInfo speedTestTime] (DNSDomainInfo.m:87) 2 TelegramUIFramework -[DNSDomainInfo copyWithZone:] (DNSDomainInfo.m:65) 3 CoreFoundation -[NSArray initWithArray:range:copyItems:] + 276 4 CoreFoundation -[__NSPlaceholderArray initWithArray:copyItems:] + 108 5 TelegramUIFramework +[DNSMemoryCache copyDomainInfoArray:] (DNSMemoryCache.m:111) 6 TelegramUIFramework -[DNSMemoryCache getCacheWithType:domain:] (DNSMemoryCache.m:0) 7 TelegramUIFramework -[DNSResponseParse reuseSortWithType:domain:array:] (DNSResponseParse.m:0) 8 TelegramUIFramework -[DNSResponseParse parseResponse:type:domain:completionHandler:] (DNSResponseParse.m:0) 9 TelegramUIFramework __55-[DNSNetwork reloadDomainInfoWithDomain:type:complete:]_block_invoke (DNSNetwork.m:518) 10 TelegramUIFramework __63-[DNSNetwork requestWithUrl:domain:type:requestCount:callBack:]_block_invoke_2 (DNSNetwork.m:0) 11 CFNetwork ___40-[__NSURLSessionLocal taskForClassInfo:]_block_invoke + 508

UniqueSilence avatar Nov 27 '24 10:11 UniqueSilence