Michael Brown

@mluisbrown.bsky.social

Self taught coder since I was 11. iOS Engineer📱. Tech 📷 and ☕️ nerd. British & German by birth, Portuguese by choice. Lisbon, Portugal

Is it just me or did Xcode 26 and/or iOS 26 screw something up when wireless debugging to a device? It’s back to the bad old days where it’s unusably slow. You have to do wired to get anything done.

Since updating to macOS Sequoia 15.2 the Spotlight index seems to be getting hosed every 2-3 weeks or so, meaning that Cmd+Space doesn't find applications. The following script fixes it, but it's ridiculous that it's needed 😐 sudo mdutil -a -i off sudo mdutil -a -i on sudo mdutil -E #macOS

@dimillian.app followed your post on how to setup Cursor for iOS development, all working great so far, but I haven't found how I run tests using Sweetpad, other than running the entire test suite. Is it possible, for example, to run just a single test?