Post

Replies

Boosts

Views

Activity

Reply to iOS App multiple UIWindows become unresponsive to touch events after device rotation animation
I found in the Bad Case, some CAAnimations even not start. I hooked -[CALayer addAnimation:forKey:], -[UIViewAnimationState animationDidStart], and -[UIViewAnimationState animationDidStop:finished:] methods, and log the info about the layers and animations. By comparing the logs between the good case and bad case, I found that the animations are triggered by the Runloop's CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE function In the bad case, the runloop is running in different mode(actually speaking, in different state, they all run in default mode)
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’24
Reply to Xcode crash when start
I have tried to remove some xcode related folders ~/Library/Developer, but it still not work.
Replies
Boosts
Views
Activity
Jun ’24
Reply to XCode always crashes when started
same issue. restore from a higher version time machine backup, and then install xcode, it always crashs when launch
Replies
Boosts
Views
Activity
Jun ’24
Reply to XCode crash on launch
same issue. also happened after restore using time machine
Replies
Boosts
Views
Activity
Jun ’24
Reply to iOS App multiple UIWindows become unresponsive to touch events after device rotation animation
I found in the Bad Case, some CAAnimations even not start. I hooked -[CALayer addAnimation:forKey:], -[UIViewAnimationState animationDidStart], and -[UIViewAnimationState animationDidStop:finished:] methods, and log the info about the layers and animations. By comparing the logs between the good case and bad case, I found that the animations are triggered by the Runloop's CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE function In the bad case, the runloop is running in different mode(actually speaking, in different state, they all run in default mode)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Asset validation failed. Invalid MinimumOSVersion. The value for the Info.plist key MinimumOSVersion could not be parsed.
Same issue, with Xcode 14.1, My Info.plist shows : MinimumOSVersion 14.0
Replies
Boosts
Views
Activity
Jan ’24
Reply to Asset validation failed (90066) Invalid MinimumOSVersion. The value for the Info.plist key MinimumOSVersion could not be parsed .
Same issue, Xcode 14.1 Info.plist in archive is MinimumOSVersion 14.0
Replies
Boosts
Views
Activity
Jan ’24