A grave accent broke my TestFlight upload
App Store Connect rejected our IPA with 'not properly signed', but the certificate was a valid Apple Distribution. The real problem was a single accented character, decomposed.
App Store Connect rejected our IPA with 'not properly signed', but the certificate was a valid Apple Distribution. The real problem was a single accented character, decomposed.
Agentic AI wastes a surprising number of tokens reconstructing commands it already knows how to run. mise is the prep work that fixes that, and the name is not a coincidence.
I had Payload CMS, VS Code, and things to say. I still wasn't publishing. This is about what changed, and why it took an AI to get me out of my own way.
Dealing with mixed-type arrays in Swift Decodable is quite hard - here's an advanced trick that will lead you to a scalable and future-proof solution
Discover a scalable approach to decoding enums in Swift. Cleaner code, better flexibility, and improved maintainability for growing codebases.