Post

Replies

Boosts

Views

Activity

Comment on [Apple Watch] Unable to Check for Update - Not connected to the internet error
@Jstarks03049 is the real hero of this thread. I had tried everything. But changing my wifi to 2.4GHz actually did the trick. I'm using an Orbi router and what I actually needed to do was reduce the 5GHz transmit power to 25% in Advanced > Advanced Setup > Wireless Settings > Advanced Wireless Settings (5GHz 802.11a/n/ac) > Transmit Power Control. I was unconvinced this would do anything, but to my delight and surprise, the update started downloading immediately after doing this. Hopefully, this will help someone else in a similar situation.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’21
Comment on Xcode 13.4.1 "Toggle Appearance" not working
I tried following these instructions and now my Xcode just hangs. Think twice before you try it.
Replies
Boosts
Views
Activity
Jul ’22
Comment on Xcode 13.3 spits "Requested but did not find extension point with..." on `xcodebuild -list -json`
Thank you. I am finally able to carry on with my work thanks to this solution.
Replies
Boosts
Views
Activity
May ’22
Comment on [Apple Watch] Unable to Check for Update - Not connected to the internet error
@Jstarks03049 is the real hero of this thread. I had tried everything. But changing my wifi to 2.4GHz actually did the trick. I'm using an Orbi router and what I actually needed to do was reduce the 5GHz transmit power to 25% in Advanced > Advanced Setup > Wireless Settings > Advanced Wireless Settings (5GHz 802.11a/n/ac) > Transmit Power Control. I was unconvinced this would do anything, but to my delight and surprise, the update started downloading immediately after doing this. Hopefully, this will help someone else in a similar situation.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Why do animations not work when deselecting a `UITableViewCell` in a `UITableView` asynchronously?
Yes, that could be the situation. In which case it's quite disappointing that I will need to roll my own animations.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Why do animations not work when deselecting a `UITableViewCell` in a `UITableView` asynchronously?
Even if it is executed immediately it should be no different than executing it in the didDeselect method as demonstrated in the example. Surely, having the deselect in the async block would execute it at least one frame after it was scheduled?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21