Post

Replies

Boosts

Views

Activity

Comment on Application signed with ability to load system extensions started failing due to signature issue
Can you share your solution?
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on Application circumvented Objective-C runtime dealloc initiation for <%s> object
Check the Categroy of UIView and UIViewController. IOS16.0 does not allow + (void)initialize to be overwrite on Categroy。
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Application circumvented Objective-C runtime dealloc initiation for <%s> object
The category overrides the Initialize method and crashes
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Application circumvented Objective-C runtime dealloc initiation for <%s> object
Check the system class category and the Initialize method of the category. I've found that adding the Initialize method to UIViewController Category classes causes crashes.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22