Latest Posts
Xcode stops fetching Swift packages
Nov 4, 2024
Today, Xcode 16.1 suddenly stopped fetching Swift package dependencies, with a Fatal: cannot use bare repository
warning. Let’s see how to fix it, in case it starts happening to you.
Replacing Fastlane with Shell scripts
Oct 3, 2024
After many, many years of great service, I’m looking to replace Fastlane with plain Shell script files, which I hope will result in faster builds and…less Ruby.