Post

Replies

Boosts

Views

Activity

Reply to Xcode Errors - [UIFocus] Focus system disabled
Click the app name next to the simulator/device selector at the top of Xcode. Going to Edit Schemes... and adding Environment Variable OS_ACTIVITY_MODE with value disable seems to get rid of this. Don't know why? Got this from https://developer.apple.com/forums/thread/702600?page=1#717626022
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to What causes this error? [UIFocus] Failed to update focus with context
How/Why does this work?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to What causes this error? [UIFocus] Failed to update focus with context
I get the same thing but the simulator does not stop responding.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Proposal for static variables within functions
You can add syntactic sugar by adding a computed var with the same name to working example at the top In this example var formatter : NSDateFormatter { get { Constants.formatter } set { Constants.formatter = newValue } }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’22