Tag
#troubleshooting
Black Screen in iOS Simulator After Bolt Export? Fix It
Bolt export showing a black screen in the iOS Simulator? It is almost always a JS load or root-render issue, not a crash. Here are the real causes and fixes.
Bolt.new React Router Errors in Expo? Swap the Router
Bolt.new app throwing React Router DOM errors when you move to Expo mobile? React Router is for the web. Replace it with Expo Router or React Navigation.
Fix Claude Writing '// rest of code here' in Your App
Claude leaving '// rest of code here' instead of full code in SwiftUI or React Native? Here is why it abbreviates and how to get complete, pasteable output.
How to Export a Rork App to Xcode (Como Exportar)
Exporting a Rork app to Xcode (como exportar Rork a Xcode)? Here is the path, the common errors, and how to get a clean build that runs on a device.
Cursor Keeps Hallucinating SwiftUI Views? Fix It
Cursor inventing SwiftUI views and APIs that do not compile? Here is why, and how rules, a mapping kit, and a reference stop the hallucinations.
Custom Fonts Not Loading in React Native Release Build
Custom fonts work in dev but vanish in your React Native release build? Here are the real causes, linking, Info.plist, and naming, and the fixes.
Dynamic Type Text Scaling Bugs in SwiftUI: The Fix
SwiftUI text clipping or truncating when users scale font size? Here is why Dynamic Type breaks layouts and how to make text scale gracefully.
Blank White Screen on Launch in AI-Built Expo Apps? Fix
AI-generated Expo app launching to a blank white screen? It is a JS-load, render, or splash-timing issue. Here are the causes and the fixes.
Firebase Auth Not Working in Rork? Here's the Fix
Firebase Auth failing in your Rork app? It is almost always config, the Firebase setup, init, or redirect, not your code. Here are the causes and fixes.
Fix Memory Leaks in AI-Generated Swipe Cards (RN & Swift)
AI-generated swipe UI leaking memory in React Native or Swift? The causes are the same on both: unreleased views, retained closures, and uncleaned resources.
FlutterFlow Layout Breaks After GitHub Export? Fix It
Downloaded your FlutterFlow GitHub source and the layout broke? Here is why the exported code differs from the builder and how to fix the responsiveness.
Why FlutterFlow Layouts Break in Xcode, and the Fix
FlutterFlow layout looks right in the builder but breaks on a real iPhone? Here is why, safe areas, constraints, fonts, and how to prompt a reliable fix.
Fix Cursor React Native Pod Install Errors (CocoaPods)
React Native pod install failing on a Cursor-built project? It is CocoaPods, not Cursor. Here are the real causes, deployment target, stale repo, lockfile, and fixes.
Expo Push Notifications Not Working From Lovable? Fix It
Push notifications dead in your Lovable export? It is almost always setup, capability, APNs, permission, or token, not code. Here are the causes and fixes.
How to Export Rork Code to Xcode (2026 Guide)
Exporting a Rork app to Xcode in 2026? Here is the full step-by-step: get the project out, install pods, set signing, and build, plus the common errors.
Rork Xcode Build Failed: The Solution, Step by Step
Rork export failing to build in Xcode? Here are the real causes, pods, signing, Info.plist, and node paths, and the fixes to get a green build.
Fix Jumping Bottom Sheets in AI Reanimated Code
AI-generated Reanimated bottom sheet jumping or stuttering? Here is why the gesture and animation fight, and how to make it smooth, from a free template.
Fix Reanimated Tinder Swipe Card Memory Leaks in RN
AI-generated Tinder swipe stack leaking memory in React Native? Here is why cards and animation values pile up, and how to clean them so it stays smooth.
Fix: Missing Apple Team ID Error in Xcode (AI Code)
AI-generated iOS project throwing a missing Team ID or code-signing error? Here are the real causes in auto-generated configs and the fixes to ship a signed build.
Codesign Identity Not Found? Fix It in AI-Built iOS Apps
The codesign identity not found error means Xcode cannot find a valid signing certificate. Add your Apple account and let Xcode manage signing automatically.
Cursor iOS Simulator Not Opening? Here Is the Fix
Cursor cannot open the iOS Simulator on its own because it is an editor, not Xcode. Boot the Simulator from Xcode or the command line, then run your app.
EAS Build Stuck in Queue? Why It Happens and How to Fix It
An EAS build stuck in queue is usually free-tier wait time, not an error. Check the build dashboard, and use a paid plan or local builds when you need speed.
Fix: Expo EAS Build Failed at CocoaPods (AI Code)
Your Expo EAS build fails at the pod install step after AI-generated code. The cause is almost always a bad dependency. Here is the step-by-step fix.
Are Figma Files Safe for Vibe-Coding UI Outputs?
Not every Figma file produces clean AI code. Learn which files translate without hallucinated layout errors, and how to pick or build a safe one for free.
Fix AI React Native Shadow Hallucinations
AI keeps writing web CSS box-shadow in your React Native code and the shadow never renders. Here is why it hallucinates it and how to write shadows right.
Fix: Lovable Export Missing Info.plist in Xcode
Opening a Lovable export in Xcode and hitting a missing Info.plist error? Lovable is web-first. Here is how to fix it and ship a real native iOS app.
Metro Bundler Port 8081 Already in Use? Here Is the Fix
The port 8081 already in use error means another Metro process is running. Stop the process on 8081 or start Metro on a different port to fix it.
React Native Maps Not Loading on iOS: Fix the Blank Map
A blank or grey React Native map on iOS is almost always one of four causes. Here is the step-by-step fix plus an AI prompt that builds the map screen correctly.
Fix a Supabase Google Auth Popup Freeze on iOS
A Supabase Google sign-in that freezes the popup on iOS is almost always a redirect or web-session issue. Here is the fix, with a clean auth UI from VP0.
Xcode Archive Greyed Out? Fix It for AI-Built iOS Apps
Xcode's Archive option is greyed out when the run destination is a Simulator. Select Any iOS Device (arm64) as the destination and Archive turns on.
Fix: Xcode Codesigning and Provisioning Errors
AI-generated app failing to sign in Xcode with a missing provisioning profile? It is almost always a placeholder bundle id and no team. Here is the fix.
Fix: Xcode Command PhaseScriptExecution Failed (Cursor)
Got Command PhaseScriptExecution failed in Xcode from Cursor AI code? Here are the real causes, script sandboxing, missing paths, CocoaPods, and the fixes.
Fix: Xcode Command PhaseScriptExecution Failed
The Xcode error Command PhaseScriptExecution failed usually means Xcode cannot find Node in a React Native build. Here is the real cause and the fix.