Running iOS UI Tests in GitHub Actions
A guide to fixing iOS UI test failures in GitHub Actions by adjusting deployment targets and ensuring simulator compatibility.
A guide to fixing iOS UI test failures in GitHub Actions by adjusting deployment targets and ensuring simulator compatibility.
Podcast episode discussing AI tools for developers, including chatbots for code generation, problem-solving, and navigating obscure technologies.
Fixing Xcode 16.1's Swift package fetch failure caused by a global Git configuration change.
A developer shares a debugging story about a Core Data crash caused by an attribute name starting with 'new' in Xcode 15/16.
A guide to using Xcode's hidden feature for bookmarking and reusing project-wide search queries, like finding merge conflicts.
A guide to fixing code signing and notarization problems in Unreal Engine 5.3+ projects for macOS distribution.
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.
Guide to auditing and creating PrivacyInfo.xcprivacy files for required reason APIs in iOS apps.
A course on SwiftUI fundamentals using Xcode 15, covering UI creation, customization, data-driven lists, and multi-screen iOS apps.
A course on SwiftUI fundamentals for iOS development using Xcode 15, covering UI creation, customization, data-driven lists, and multi-screen apps.
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.
A guide to debugging Universal Links in SwiftUI, covering entitlements, AASA files, and troubleshooting steps.
How to fix the 'Some files could not be transferred (code 23)' error in Xcode when archiving with Cocoapods.