Post

Replies

Boosts

Views

Activity

Reply to I can't run or create a simulator that isn't iOS26 after downloading the Xcode Beta 3
The screen shots are from xcode 26. You need to close and quit xcode. Open xcode 16.x from the applications folder. open the xcode | settings menu. Click on the locations tab. In the command line tools, select the xcode 16.x version. Then go to the components tab. You should see components for older ios versions. I would open your project. Tap on the xcode | about xcode to be sure you are seeing xcode 16.x Select the target you want and device/simulator you want. Try building/running your project.
Oct ’25
Reply to First App - not showing up on App Store
It opens for me. The Wolff Timer. iPhone mobile safari.
Replies
Boosts
Views
Activity
Jan ’26
Reply to Unable to download or run iOS 14.x Simulator on macOS 26 (Xcode 26.2)
Most likely the iOS 14 simulators aren't compatible with your version of macos. The simulators use the macos core to simulate the ios core and that can change to a point it can no longer simulate that version of ios
Replies
Boosts
Views
Activity
Jan ’26
Reply to I can't run or create a simulator that isn't iOS26 after downloading the Xcode Beta 3
The screen shots are from xcode 26. You need to close and quit xcode. Open xcode 16.x from the applications folder. open the xcode | settings menu. Click on the locations tab. In the command line tools, select the xcode 16.x version. Then go to the components tab. You should see components for older ios versions. I would open your project. Tap on the xcode | about xcode to be sure you are seeing xcode 16.x Select the target you want and device/simulator you want. Try building/running your project.
Replies
Boosts
Views
Activity
Oct ’25
Reply to How to prevent VoiceOver from reading text INSIDE an image?
If you need to do it from code, you need to clear the is image accessibility trait. If you do that, you likely want to add image to the accessibility label.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’25
Reply to Setting the "Open With ..." application for multiple files
You can do that. Select all the files you want to change. Right click on one of the files. Press and hold the option key and left click on show inspector. On the modal that opens select the application to use in the drop down in the open with section. Close the modal and the files will now open with the selected application.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’25
Reply to How to uncheck "Connect via network" on physical device in Xcode 15
It isn't a bug, it is an intended change. xcode connects to ios 17 and later using tcp/ip. It will connect over the usb cable if available.
Replies
Boosts
Views
Activity
Oct ’25
Reply to Xcode not showing devices as run destination
Have you tried pairing the device again? Sometimes it seems to stop trusting the computer. It also might be worth confirming tho os version on the device and the deployment version set in the project.
Replies
Boosts
Views
Activity
Sep ’25
Reply to Installer hangs during installation of Epson iProjection app on macOS 26 (Tahoe)
I would ask in an Epson forum or see if Epson plan to support macos 26. Epson is the only one that can fix their drivers/applications.
Replies
Boosts
Views
Activity
Sep ’25
Reply to is fusion drive stopped being supported in tahoe
I responded to the wrong thread. That said the manufacturer may need to update the drive.
Replies
Boosts
Views
Activity
Sep ’25
Reply to is fusion drive stopped being supported in tahoe
I would ask in an Epson forum or see if they plan to support macos 26. Epson is the only one that can fix their drivers/applications.
Replies
Boosts
Views
Activity
Sep ’25
Reply to How to stop navigation items from moving into an overflow menu
The three dots aren't an overflow tab. They are used to drag the window.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Sep ’25
Reply to Battery drain public beta 5 of ios 26 on Iphone 16 Pro
I think they send beta questions here. Beta's may produce additional logging and have a shorter battery life. One if the many reasons you should think long and hard before installing beta software on your main device.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to How to find CKRecords in iCloud that i created?
If adding a field to the database is an option, you can add a created by identifier and search for that.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Lock screen media controls for MusicKit/ ApplicationMusicPlayer
You should be able to in the sense of controlling what controls are available. It does limit what can be shown at any given time. It will either show skip to next/prior item or skip back/forward a given number of seconds, but not both.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Is it possible to create a Finder-like sidebar on Tahoe using AppKit?
That is likely a private API and would be rejected if submitted to the app store.
Replies
Boosts
Views
Activity
Aug ’25