Post

Replies

Boosts

Views

Activity

Reply to iOS 14 UIPickerView Selected View Background Color
I can confirm that with newer versions of iOS it's pickerView.subviews.last. You can set its backgroundColor to any color, including clear.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to xcode doesn't show compiler errors in code
There are some interesting solutions proposed here: https://stackoverflow.com/questions/43819455/xcode-not-displaying-compile-errors I managed to fix it by using DevCleaner from the app store to delete everything.
Replies
Boosts
Views
Activity
Apr ’23
Reply to App Store Connect Bad Gateway Correlation Key: XXXXXXXXXXXXX
Clearing cache fixed it for me.
Replies
Boosts
Views
Activity
Nov ’21
Reply to How to Have Two Settings Bundles in Catalyst App
Thanks for posting this, it's helpful.
Replies
Boosts
Views
Activity
Sep ’21
Reply to Waiting for attach - running watch app on simulator
If you go to edit the target then Run, is it set to Launch automatically or does it say Wait for executable to be launched? It might be that you need to launch it manually.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Xcode says "Running .. on .. Apple Watch" all the time but never runs. Frustrating
One workaround I had the most luck with is to run the iOS target on the iPhone the watch is attached to, wait for it to install on the watch (check for progress in the Watch app) and then run it manually from the watch. There's no debugging this way though.
Replies
Boosts
Views
Activity
Aug ’21
Reply to Xcode - WatchOS app takes really long time to install on a real device
One workaround I had the most luck with is to run the iOS target on the iPhone the watch is attached to, wait for it to install on the watch (check for progress in the Watch app) and then run it manually from the watch. There's no debugging this way though.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Install independent watchOS app
One workaround I had the most luck with is to run the iOS target on the iPhone the watch is attached to, wait for it to install on the watch (check for progress in the Watch app) and then run it manually from the watch. There's no debugging this way though.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21