Post

Replies

Boosts

Views

Activity

Reply to Crash By CFNetwork In iOS13
App May Execute this code many times, May this is the problem about this crash? NSURL *url = [NSURL URLWithString:hostString];   NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url];   [request setAllHTTPHeaderFields:header];       NSURLSessionConfiguration *sessionConfiguration = [NSURLSessionConfiguration defaultSessionConfiguration];   sessionConfiguration.timeoutIntervalForRequest = MAXFLOAT;   self.session = [NSURLSession sessionWithConfiguration:sessionConfiguration delegate:self delegateQueue:_operationQueue];   NSURLSessionWebSocketTask *webSocketTask = [self.session webSocketTaskWithRequest:request];
Jul ’22
Reply to Crash By imageNamed in iOS14
the crash only happen a few time, When the crash happen,the mobile's memory is about 100mb(not all,one of them is 300mb)
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Crash By CFNetwork In iOS13
this crash only occur in iOS13.1.3~13.5.1, But I didn't see any change about CFNetwork here
Replies
Boosts
Views
Activity
Jul ’22
Reply to Crash By CFNetwork In iOS13
App May Execute this code many times, May this is the problem about this crash? NSURL *url = [NSURL URLWithString:hostString];   NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url];   [request setAllHTTPHeaderFields:header];       NSURLSessionConfiguration *sessionConfiguration = [NSURLSessionConfiguration defaultSessionConfiguration];   sessionConfiguration.timeoutIntervalForRequest = MAXFLOAT;   self.session = [NSURLSession sessionWithConfiguration:sessionConfiguration delegate:self delegateQueue:_operationQueue];   NSURLSessionWebSocketTask *webSocketTask = [self.session webSocketTaskWithRequest:request];
Replies
Boosts
Views
Activity
Jul ’22
Reply to Live Activity – crashes on ActivityAuthorizationInfo() and Activity.activities
I meet this problem too, Anyone know the correct way to resolve ?
Replies
Boosts
Views
Activity
Dec ’25
Reply to NSTextLineFragment crash - how to debug
I also encountered this crash. My text is in here. It crashes as soon as this text is set into a UITextView, but UILabel doesn't crash. crash_text.txt
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to Live Activity – crashes on ActivityAuthorizationInfo() and Activity.activities
I've noticed some users are encountering this issue; restarting the app doesn't fix it, but restarting the phone resolves the problem. I believe it's definitely a system issue.
Replies
Boosts
Views
Activity
Feb ’26