ANTIGRAVITY LABJP
TAG

xcode

7 articles
Back to all tags
Related:
antigravity4ios4Antigravity2iOS2swift2app-dev2iOS Development1Agent Design1Workflow1dropbox1automation1iPhone1
App Dev/2026-06-30Advanced

Running Xcode 27's Agent and Antigravity Side by Side: Designing the Work Boundary for iOS

With Xcode 27 bringing agentic coding into the IDE itself, iOS development now has two code-writing agents over one repository. Here is a practical design for keeping a single source of truth and splitting work across spec, implementation, and verification.

App Dev/2026-06-27Advanced

Why Antigravity Agents Build Your Xcode Project Fine One Day and Break It the Next on a Synced Folder

Put an Xcode project inside a Dropbox-synced folder, hand it to an Antigravity agent, and builds start passing and failing at random. Here is the real cause — sync daemon versus build — and how to fix it with xattr exclusion and a conflict-copy preflight.

App Dev/2026-05-16Intermediate

Surviving New iPhone Resolution Support with Antigravity — 29 Changes in DefineManager.h, One Honest Recap

A real-world account of updating Beautiful HD Wallpapers and three other iOS apps for iPhone Air (420×912) and iPhone 17 Pro (402×874). What Antigravity caught, what it missed, and the two-step prompt pattern that made the 29-edit process manageable.

App Dev/2026-05-04Intermediate

Swift Testing × Antigravity — Beyond XCTest to AI-Driven Test Design

A comprehensive guide to transforming iOS test quality using Swift Testing and Antigravity together. Covers @Test and #expect macros in practice, parameterized testing, async patterns, XCTest migration strategy, and AI-powered test generation.

App Dev/2026-04-16Intermediate

Where Antigravity Actually Helps in SwiftUI Development — and Where It Doesn't

Practical patterns for integrating Antigravity into SwiftUI development — UI prototyping, SwiftData model design, and test generation. Actionable techniques for indie iOS developers.

App Dev/2026-04-05Intermediate

How to Auto-Generate and Manage iOS Privacy Manifests with Antigravity

Auto-generate iOS Privacy Manifests with Antigravity. Scan Required Reason APIs, create PrivacyInfo.xcprivacy, and pass App Store review — step by step.

App Dev/2026-03-10Advanced

Xcode × Antigravity iOS Dev Guide — Accelerate Swift/SwiftUI with AI

How I pair Xcode with Antigravity across my indie iOS apps — measured timings, production pitfalls, and the split between what I let the agent ship and what I keep on a human reviewer's desk.