Journal

Tag

#debugging

Hire a SwiftUI Developer to Fix AI Code: When It's Worth It: a glass photo icon surrounded by chat, music, heart, camera and shopping app icons on a pastel gradient
Guides 6 min read

Hire a SwiftUI Developer to Fix AI Code: When It's Worth It

Hire when the problem is native, subtle, or release-blocking. You are buying judgment, not hands, and the cost is the archaeology, so bring a scoped bug.

Lawrence Arya · June 7, 2026
React Native Debugger Network Tab Empty: The Cursor Fix: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 7 min read

React Native Debugger Network Tab Empty: The Cursor Fix

An empty network tab means legacy tooling or a request that never fired. How to tell in one minute, and why AI-generated fetch calls fail silently.

Lawrence Arya · June 7, 2026
ATT Prompt Rejected by Apple: The Four Fixes That Work: a reflective 3D App Store icon on a blue and purple gradient
Workflows 5 min read

ATT Prompt Rejected by Apple: The Four Fixes That Work

Fix ATT rejections: SDKs tracking before consent, pressuring pre-prompts, generic purpose strings, and privacy labels that contradict the binary.

Lawrence Arya · June 5, 2026
Fatal Error: Array Bounds in AI Swift Code: 4 Families: a glass iPhone app-grid icon on a mint and teal gradient
Workflows 4 min read

Fatal Error: Array Bounds in AI Swift Code: 4 Families

Fix the Index-out-of-range crashes AI writes in Swift: parallel-array assumptions, force-indexing, stale ForEach indices, and the brief that prevents all four.

Lawrence Arya · June 5, 2026
Fix Replit Agent React Native Expo Crashes: Triage: the App Store logo on a glass tile over a blue gradient with bubbles
Workflows 5 min read

Fix Replit Agent React Native Expo Crashes: Triage

Triage Replit Agent React Native Expo crashes by symptom: bundler failures, red-screen errors, native-module deaths, and how to stop the agent's fix loop.

Lawrence Arya · June 5, 2026
Fixing Claude Core Data Fetch Array Bugs: 4 Families: a glass app tile showing the VP0 logo on a pink and blue gradient
Workflows 5 min read

Fixing Claude Core Data Fetch Array Bugs: 4 Families

Fix the Core Data bugs Claude generates: NSSet relationships treated as arrays, wrong-context fetches, misread faults, and the brief that prevents all four.

Lawrence Arya · June 5, 2026
FlatList Memory Lag With Maps in React Native: Fixes: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 5 min read

FlatList Memory Lag With Maps in React Native: Fixes

Fix FlatList memory and lag in React Native map screens: the map-per-row trap, memoized rows, windowing settings, and when FlashList is the real answer.

Lawrence Arya · June 5, 2026
Fixing Claude React Native Reanimated Errors, Fast: the App Store logo as a frosted glass icon on a pink and blue gradient with bubbles
Workflows 5 min read

Fixing Claude React Native Reanimated Errors, Fast

The Reanimated errors Claude-generated code hits most: the babel plugin rule, version mismatches, worklet violations, and the prompts that fix each one.

Lawrence Arya · June 5, 2026
FlutterFlow RevenueCat Paywall Fix: IDE & Config Triage: the App Store logo as a frosted glass icon on a pink and blue gradient with bubbles
Workflows 5 min read

FlutterFlow RevenueCat Paywall Fix: IDE & Config Triage

Fix FlutterFlow RevenueCat paywall failures: products not loading, entitlement mismatches, sandbox confusion, and why the web preview can never test purchases.

Lawrence Arya · June 5, 2026
Pod Install ffi Error on Apple Silicon: The Real Fix: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 5 min read

Pod Install ffi Error on Apple Silicon: The Real Fix

Fix the pod install ffi incompatible-architecture error on Apple Silicon: why the Ruby ffi gem breaks, the Homebrew fix, and the Rosetta trap to avoid.

Lawrence Arya · June 5, 2026
Expo Missing Purpose String Rejection: The Real Fix: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Workflows 5 min read

Expo Missing Purpose String Rejection: The Real Fix

Fix the React Native Expo missing purpose string rejection (ITMS-90683): which NSUsageDescription key, where it lives in app.json, and strings that pass review.

Lawrence Arya · June 5, 2026
Rork Xcode Custom Fonts Fix: Why Your Font Won't Load: a glowing iPhone home-screen icon on a purple and blue gradient
Workflows 5 min read

Rork Xcode Custom Fonts Fix: Why Your Font Won't Load

Fix custom fonts in Rork-built apps headed for Xcode: the PostScript-name trap, Info.plist registration, expo-font loading, and a 10-minute checklist.

Lawrence Arya · June 5, 2026
Cursor App Not Working? Fix the Common Errors: a glowing iPhone home-screen icon on a purple and blue gradient
Workflows 5 min read

Cursor App Not Working? Fix the Common Errors

Cursor not working is usually a stale session, spent usage, a bad index, a network block, or an extension conflict. Triage the cause, then apply the fix.

Lawrence Arya · June 4, 2026
Fix Memory Leaks in AI-Generated SwiftUI Code: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Workflows 6 min read

Fix Memory Leaks in AI-Generated SwiftUI Code

AI-generated SwiftUI leaks in predictable ways: strong self in closures, uncancelled Combine, live timers. Here is how to spot and fix each with Instruments.

Lawrence Arya · June 4, 2026
SwiftUI Preview Canvas Crashes on AI Code: The Fixes: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Guides 5 min read

SwiftUI Preview Canvas Crashes on AI Code: The Fixes

Why AI-generated SwiftUI crashes the preview canvas and how to fix it: Diagnostics-first debugging, preview-safe injection, fixtures, and prevention rules.

Lawrence Arya · June 4, 2026
a0.dev Bugs and Custom Editing: The Manual Code Escape: a glowing iPhone home-screen icon on a purple and blue gradient
Guides 6 min read

a0.dev Bugs and Custom Editing: The Manual Code Escape

When a0.dev hits a bug or can't do custom logic, you need a manual-code escape hatch. Here is how to judge it, and why an exportable codebase is the real safety net.

Lawrence Arya · June 3, 2026
FlutterFlow App Not Working? How to Fix Common Errors: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 6 min read

FlutterFlow App Not Working? How to Fix Common Errors

FlutterFlow app not working? Fix preview crashes, Firebase config, null and state bugs, custom-code build fails and deploy errors with a clear, deterministic path.

Lawrence Arya · June 2, 2026
Lovable App Not Working? How to Fix Common Errors: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Workflows 6 min read

Lovable App Not Working? How to Fix Common Errors

Your Lovable app stopped working mid-build. Here is a deterministic path to fix preview crashes, broken edits, credit limits, integration failures and deploy errors.

Lawrence Arya · June 2, 2026
ChatGPT Prompt to Fix a React Native Layout (Done Right): the App Store logo on a glass tile over a blue gradient with bubbles
Workflows 5 min read

ChatGPT Prompt to Fix a React Native Layout (Done Right)

AI fixes broken React Native layouts fast, with precise context. Give it the actual code, the symptom, the device, and the target, then test on a real device.

Lawrence Arya · May 30, 2026