Zed editor for Swift and collaboration, Xcode 16 predictive assist and which iPad?
Discusses the Zed code editor's Swift support and collaboration features, Xcode 16's predictive assist, and compares iPad models for developers.
Discusses the Zed code editor's Swift support and collaboration features, Xcode 16's predictive assist, and compares iPad models for developers.
A guide to installing older iOS Simulator runtimes via command-line tools for CI testing, covering deprecated and current methods.
A developer shares their curated list of must-watch technical sessions from Apple's WWDC24, focusing on Swift, Xcode, StoreKit, and UI frameworks.
A developer's reflections on WWDC 2024, exploring new Apple technologies like SwiftData, AI features, Sequoia, and Reality Kit for future projects.
Explores a potential bug in Xcode where SwiftUI preview code and assets may not be properly excluded from App Store builds, recommending #if DEBUG checks.
A detailed guide to setting up a MacBook for development, covering initial macOS configuration, security, and essential tool installation.
A podcast episode discussing WWDC 24, developer challenges in the EU, and bugs in Xcode 15, with hopes for a more stable release.
A guide to customizing the default file header comment for new Swift files created within a Swift Package, using an IDETemplateMacros.plist file.
Explains how to use Xcode 15's DocC to document and create links to native Swift type extensions for better API discoverability.
How to fix the 'Some files could not be transferred (code 23)' error in Xcode when archiving with Cocoapods.
A tutorial on creating Swift Macros in Xcode 15 to generate code at compile time, improving code readability and reducing repetition.
A guide to securely managing credentials and environment variables for iOS testing in Xcode and XCTest, covering local setup and CI integration.
A biweekly newsletter curating the latest news, tutorials, and tools for mobile test automation across iOS, Android, and Flutter.
A detailed guide to setting up a MacBook with Apple Silicon (M1) for web and React Native development, covering tools, terminal configuration, and essential software.
A step-by-step guide to setting up a development environment for .NET MAUI in 2023, covering SDK, XCode, and workload installation.
A guide to automatically incrementing iOS/macOS app build numbers in Xcode using a post-archive run script action.
A guide to synchronizing build numbers and marketing versions across multiple Xcode targets from a single source of truth.
Xcode 14.0 can generate buggy concurrency code for macOS apps due to a Swift compiler and SDK version mismatch.
A guide to tools for managing multiple Xcode versions, including GUI and CLI options like XcodesApp, xcodes, xcversion, and xcode-install.
A guide to fixing a common iOS bug where cached launch screen images don't update, with a workaround using direct file placement.