Was That an Earthquake? v2.0 Released
2026-04-12
Was that an Earthquake? v2.0 is now available for macOS, iOS, and visionOS.
Support Multiple Scenes
2026-03-11
In your applications Info.plist add a new setting for Application Scene Delegate. Xcode will create a dictionary with 2 entries.
- Enable Multiple Scenes
- Scene Configuration
Enable Multiple Scenes is a boolean with a default value of NO. Change this to YES.
Create a new simulator from CLI
2026-03-07
Create a new visionOS simulator. Command takes a name, device type, and runtime.
% xcrun simctl create "TestAVP" com.apple.CoreSimulator.SimDeviceType.Apple-Vision-Pro-4K com.apple.CoreSimulator.SimRuntime.xrOS-26-2
4F8B10C1-90F3-4E91-8A73-AED33CACE123
Curious Case of the Missing Simulators
2026-03-07
In Xcode I recently encountered an issue where all of my simulators disappeared. In Xcode the canvas would only show a preview for the macOS build and I had no option to preview for any other Apple platform.
The “Devices and Simulator” window was completely empty. The target platforms and simulators are listed as installed in Settings->Components screen in Xcode’s settings.
On the command line, we can confirm this by running xcrun simctl list. Here we see that there are no devices available.
Site Update
2026-03-02
Site update
- Removed the terminal Hugo theme.
- Updated to custom theme
- Removed projects section. Project updates are now in devlogs
- Removed downtime section. This was previously hidden and now removed completely. Downtime updates may appear on a dedicated site in the future.
- Added social section with links to YouTube, Mastodon, and GitHub
- About page is now hidden. Content from About has been merged with the social page.
- Support page is now hidden.