Journal

Category

◉ Workflows

How to drive Claude Code, Rork, Lovable and Cursor to build real apps.

Testing APNs Push Notifications on the iOS Simulator: a reflective 3D App Store icon on a blue and purple gradient
Workflows 4 min read

Testing APNs Push Notifications on the iOS Simulator

You can test push notifications on the iOS Simulator now. Here is how to send an APNs payload to the simulator, what works, and what still needs a real device.

Lawrence Arya · June 2, 2026
App Store Approval Service for AI Apps? Do This Free: a phone toggle icon surrounded by location, calendar, settings, wallet and chart app icons on a coral gradient
Workflows 5 min read

App Store Approval Service for AI Apps? Do This Free

Tempted to pay an App Store approval service for an AI app? No service can guarantee approval. Here is the free, self-service path that actually clears review.

Lawrence Arya · June 1, 2026
App Store Privacy Nutrition Label: Fill It Free: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 5 min read

App Store Privacy Nutrition Label: Fill It Free

Need an App Store privacy nutrition label generator free? You do not need one. Map what your app collects to Apple's labels yourself, accurately, in App Store Connect.

Lawrence Arya · June 1, 2026
App Store Publishing Guide 2026 (Polska Market): a glass iPhone UI wireframe icon on a holographic purple gradient
Workflows 5 min read

App Store Publishing Guide 2026 (Polska Market)

A 2026 App Store publishing guide for builders in Poland and beyond: account, build, signing, screenshots, privacy, and review, the full path to a live app.

Lawrence Arya · June 1, 2026
App Store Rejection 4.0 Design: How to Fix It: the App Store logo on a glass tile over a blue gradient with bubbles
Workflows 5 min read

App Store Rejection 4.0 Design: How to Fix It

Got an App Store 4.0 design rejection? It means the app does not feel native or polished. Here is how to fix the design so it passes review.

Lawrence Arya · June 1, 2026
App Store Rejection 4.2.2: Fix Minimum Functionality: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Workflows 5 min read

App Store Rejection 4.2.2: Fix Minimum Functionality

Got an App Store 4.2.2 rejection for an AI-built app? It means too thin or a repackaged website. Here is how to add real native value and pass review.

Lawrence Arya · June 1, 2026
Fix App Store Rejection 4.2 and 4.3 for AI-Built Apps: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 5 min read

Fix App Store Rejection 4.2 and 4.3 for AI-Built Apps

Hit with App Store 4.2 (minimum functionality) and 4.3 (spam) on an AI-built app? Here is how to fix both: add real native value and make it genuinely distinct.

Lawrence Arya · June 1, 2026
AI App Store Screenshot Generator, Free Workflow: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 5 min read

AI App Store Screenshot Generator, Free Workflow

Use AI to generate App Store screenshots for free. Let AI craft backgrounds and captions around a real screen, then export every size App Store Connect needs.

Lawrence Arya · June 1, 2026
App Store Today Tab Expanding Card UI in SwiftUI: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 5 min read

App Store Today Tab Expanding Card UI in SwiftUI

Recreate the App Store Today tab expanding card in SwiftUI. The hero card that zooms to full screen, built with matched geometry, from a free template.

Lawrence Arya · June 1, 2026
Will Apple Reject My AI-Generated App? (2026 Guide): a glowing iPhone home-screen icon on a purple and blue gradient
Workflows 5 min read

Will Apple Reject My AI-Generated App? (2026 Guide)

Worried Apple will reject your AI-built app? Here is what actually triggers rejection, thin functionality, web wrappers, privacy, and how to pass App Store review.

Lawrence Arya · June 1, 2026
How to Add an In-App Review Prompt in Swift (Safely): the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 5 min read

How to Add an In-App Review Prompt in Swift (Safely)

Add an App Store review prompt in Swift with SKStoreReviewController, the right way: ask after a win, never gate it, and respect Apple's limits to avoid rejection.

Lawrence Arya · June 1, 2026
Apple Sign In Required Rejection: Fix It in SwiftUI: a glass app tile showing the VP0 logo on a pink and blue gradient
Workflows 5 min read

Apple Sign In Required Rejection: Fix It in SwiftUI

Rejected because Sign in with Apple is missing? If you offer Google or Facebook login, Apple requires it too. Here is the SwiftUI fix that clears review.

Lawrence Arya · June 1, 2026
Automate App Store Builds With Fastlane (AI Apps): the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 5 min read

Automate App Store Builds With Fastlane (AI Apps)

AI-generated iOS app archiving wrong? Automate the App Store pipeline with Fastlane so signing, screenshots, and upload stop being manual, error-prone steps.

Lawrence Arya · June 1, 2026
Can't Export Bolt.new to iOS? The NativeWind Fix: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 5 min read

Can't Export Bolt.new to iOS? The NativeWind Fix

Bolt.new builds a web React app that will not become an iOS app? Move it to React Native with NativeWind from a free template, so it ships to the App Store.

Lawrence Arya · June 1, 2026
Black Screen in iOS Simulator After Bolt Export? Fix It: a glass app tile showing the VP0 logo on a pink and blue gradient
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Bolt.new React Router Errors in Expo? Swap the Router: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Fit a Full Xcode Project Into Claude's Context Window: a glass photo icon surrounded by chat, music, heart, camera and shopping app icons on a pastel gradient
Workflows 5 min read

Fit a Full Xcode Project Into Claude's Context Window

Whole Xcode project too big for Claude's context? Do not paste everything. Select the relevant files, summarize the rest, and cache the stable parts.

Lawrence Arya · June 1, 2026
App Store AI Design Rejection: How to Actually Clear It: a glass iPhone UI wireframe icon on a holographic purple gradient
Workflows 5 min read

App Store AI Design Rejection: How to Actually Clear It

You cannot bypass an App Store design rejection, but you can clear it fast. Here is how to fix an AI-built app's design so review passes it, the honest way.

Lawrence Arya · June 1, 2026
Fix Claude Writing '// rest of code here' in Your App: a glass iPhone UI wireframe icon on a holographic purple gradient
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
How to Export a Rork App to Xcode (Como Exportar): the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Dynamic Type Text Scaling Bugs in SwiftUI: The Fix: a phone toggle icon surrounded by location, calendar, settings, wallet and chart app icons on a coral gradient
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Fix Memory Leaks in AI-Generated Swipe Cards (RN & Swift): a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Why FlutterFlow Layouts Break in Xcode, and the Fix: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
How to Automate App Store Screenshots With Fastlane: a glass iPhone app-grid icon on a mint and teal gradient
Workflows 5 min read

How to Automate App Store Screenshots With Fastlane

Automate App Store screenshots with fastlane snapshot: UI tests capture every screen across devices and languages, then frameit wraps and captions them.

Lawrence Arya · June 1, 2026
Fix Cursor React Native Pod Install Errors (CocoaPods): a glass photo icon surrounded by chat, music, heart, camera and shopping app icons on a pastel gradient
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
How to Fix a Rork App Store Rejection (2026): a reflective 3D App Store icon on a blue and purple gradient
Workflows 5 min read

How to Fix a Rork App Store Rejection (2026)

Rork-built app rejected by the App Store? The usual cause is thin functionality or a web-like feel. Here is how to add native value and pass review in 2026.

Lawrence Arya · June 1, 2026
Does Lovable Handle iPhone and iPad Screen Sizes?: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Workflows 5 min read

Does Lovable Handle iPhone and iPad Screen Sizes?

Worried Lovable's layouts break across iPhone, Mini, and iPad sizes? Here is what to check, and how to make AI-built layouts adapt properly to every device.

Lawrence Arya · June 1, 2026
Expo Push Notifications Not Working From Lovable? Fix It: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
iOS Maps and Core Location Setup: The Config That Matters: a glass iPhone app-grid icon on a mint and teal gradient
Workflows 5 min read

iOS Maps and Core Location Setup: The Config That Matters

Setting up MapKit and Core Location on iOS? The config is small but exact: Info.plist usage keys, authorization, and MapKit for SwiftUI. Here is the free template.

Lawrence Arya · June 1, 2026
How to Export Rork Code to Xcode (2026 Guide): the App Store logo on a glass tile over a blue gradient with bubbles
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Rork Xcode Build Failed: The Solution, Step by Step: a glowing iPhone home-screen icon on a purple and blue gradient
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Fix Sign in with Apple Rejections: A Config Checklist: the App Store logo on a glass tile over a blue gradient with bubbles
Workflows 5 min read

Fix Sign in with Apple Rejections: A Config Checklist

AI app rejected over Sign in with Apple? Run this native login config checklist: capability, scopes, equal prominence, and the rules that clear review.

Lawrence Arya · June 1, 2026
Fix Jumping Bottom Sheets in AI Reanimated Code: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Stripe Redirect Checkout on iOS: What's Actually Allowed: a glowing iPhone home-screen icon on a purple and blue gradient
Workflows 5 min read

Stripe Redirect Checkout on iOS: What's Actually Allowed

Thinking of a Stripe redirect checkout to skip App Store fees? Here is when external checkout is allowed (physical goods, entitlements) and when Apple requires IAP.

Lawrence Arya · June 1, 2026
AI-Ready Swift Mappings: A Free SwiftUI Boilerplate: a phone toggle icon surrounded by location, calendar, settings, wallet and chart app icons on a coral gradient
Workflows 5 min read

AI-Ready Swift Mappings: A Free SwiftUI Boilerplate

Give your AI builder a SwiftUI mapping kit, a cheat sheet of UI concept to SwiftUI API, so Claude or Cursor generates correct native code instead of guessing.

Lawrence Arya · June 1, 2026
Fix Reanimated Tinder Swipe Card Memory Leaks in RN: the App Store logo on a glass tile over a blue gradient with bubbles
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Fix: Missing Apple Team ID Error in Xcode (AI Code): a glass iPhone UI wireframe icon on a holographic purple gradient
Workflows 5 min read

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.

Lawrence Arya · June 1, 2026
Free App Store Screenshot Generator for iOS Apps: the App Store logo on a glass tile over a blue gradient with bubbles
Workflows 5 min read

Free App Store Screenshot Generator for iOS Apps

Generate App Store screenshots free, no paid generator. Frame a polished iOS screen, caption it, and export every size App Store Connect asks for.

Lawrence Arya · May 31, 2026
App Store Screenshot Generator for Vibe Coders: a glass app tile showing the VP0 logo on a pink and blue gradient
Workflows 5 min read

App Store Screenshot Generator for Vibe Coders

Vibe coders ship fast but stall on App Store screenshots. Turn your AI-built screens into store-ready images for free, straight from the same build loop.

Lawrence Arya · May 31, 2026
Fix: Expo EAS Build Failed at CocoaPods (AI Code): a glass iPhone app-grid icon on a mint and teal gradient
Workflows 5 min read

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.

Lawrence Arya · May 31, 2026
Are Figma Files Safe for Vibe-Coding UI Outputs?: a glass iPhone UI wireframe icon on a holographic purple gradient
Workflows 4 min read

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.

Lawrence Arya · May 31, 2026
Fix AI React Native Shadow Hallucinations: a vivid neon 3D App Store icon on an orange, pink and blue gradient
Workflows 4 min read

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.

Lawrence Arya · May 31, 2026
Build a Local AI Stack to Beat Vibe-Coding Rate Limits: the App Store logo on a glass tile over a blue gradient with bubbles
Workflows 5 min read

Build a Local AI Stack to Beat Vibe-Coding Rate Limits

Hit rate limits while vibe coding iOS UI? Run a free local AI stack with Ollama and an open model so you can generate layouts endlessly at zero API cost.

Lawrence Arya · May 31, 2026
Fix: Xcode Codesigning and Provisioning Errors: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 4 min read

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.

Lawrence Arya · May 31, 2026
Fix: Xcode Command PhaseScriptExecution Failed (Cursor): a reflective 3D App Store icon on a blue and purple gradient
Workflows 5 min read

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.

Lawrence Arya · May 31, 2026
Fix: Xcode Command PhaseScriptExecution Failed: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 4 min read

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.

Lawrence Arya · May 31, 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
Claude 生成高复杂原生 App 框架模板:怎么不写乱: a glass iPhone app-grid icon on a mint and teal gradient
Workflows 3 min read

Claude 生成高复杂原生 App 框架模板:怎么不写乱

让 Claude 生成复杂原生 App 框架,难点在结构。先定结构、分模块、每屏给 VP0 设计参考,比一口气生成整个 App 稳得多。

Lawrence Arya · May 30, 2026
Cursor AI 无脑搭建 iOS 移动端界面教程(附模板): a reflective 3D App Store icon on a blue and purple gradient
Workflows 4 min read

Cursor AI 无脑搭建 iOS 移动端界面教程(附模板)

用 Cursor 搭 iOS 界面可以「无脑」,但前提是设计先行。完整流程:在 VP0 挑原生设计,复制链接喂给 Cursor 生成代码,再补状态、测真机。

Lawrence Arya · May 30, 2026
CursorRules 控制自动生成 React 手机页面代码: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 3 min read

CursorRules 控制自动生成 React 手机页面代码

Cursor 生成的 React 代码风格爱飘?用规则文件把语义色、三态、禁止硬编码密钥写死,再配一个 VP0 设计基准,生成质量就稳了。

Lawrence Arya · May 30, 2026
DeepSeek 直接导出 React Native 源码模板: a glass iPhone app-grid icon on a mint and teal gradient
Workflows 3 min read

DeepSeek 直接导出 React Native 源码模板

DeepSeek 能直接导出 React Native 源码,但导出只是第一步。给它一个 VP0 原生设计当参考、说清接口和状态,导出的代码才原生、才可用。

Lawrence Arya · May 30, 2026
Kimi 通义千问识别 UI 大图生成移动端代码:图要干净: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 4 min read

Kimi 通义千问识别 UI 大图生成移动端代码:图要干净

Kimi、通义千问能看 UI 大图生成移动端代码,但输入质量决定输出。给一张干净的 VP0 原生设计图,比随手截图准得多。

Lawrence Arya · May 30, 2026
移动端类似 v0 直接 Prompt 出 RN 页面的网站: the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Workflows 3 min read

移动端类似 v0 直接 Prompt 出 RN 页面的网站

想找移动端版 v0、直接 Prompt 出 RN 页面?纯提示词生成往往不够原生。更稳的是把 VP0 当输入,先有原生设计再 Prompt 照着生成。

Lawrence Arya · May 30, 2026
周末两天做一款精美 App 上架模板:设计先行: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 3 min read

周末两天做一款精美 App 上架模板:设计先行

周末两天做精美 App 并上架,现在真可能。瓶颈在设计不在代码。用 VP0 挑精美原生设计喂给 AI,两天从设计走到上架。

Lawrence Arya · May 30, 2026
AI Prompt 转 Figma 移动端插件资源合集:更省的做法: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 1 min read

AI Prompt 转 Figma 移动端插件资源合集:更省的做法

想用 AI Prompt 转 Figma 做移动端界面?对 App 来说更直接的免费做法是跳过转换:在 VP0 挑原生设计,复制链接直接喂给 Cursor 或 Claude Code 生成代码。

Lawrence Arya · May 29, 2026
How to Build an iOS App With Claude Code, Step by Step: a reflective 3D App Store icon on a blue and purple gradient
Workflows 4 min read

How to Build an iOS App With Claude Code, Step by Step

Claude Code writes real SwiftUI from plain English. Here is how to drive it from a design reference and build a native iOS app you own.

Lawrence Arya · May 27, 2026
How to Write a Good Prompt for an AI App Builder: a glass iPhone app-grid icon on a mint and teal gradient
Workflows 4 min read

How to Write a Good Prompt for an AI App Builder

The same AI builder can ship a polished screen or a mess. The difference is structure: one reference, one job, clear constraints, a verification step.

Lawrence Arya · May 26, 2026
Rork vs Lovable vs Cursor: Which AI Builder for iOS?: a glowing iPhone home-screen icon on a purple and blue gradient
Workflows 4 min read

Rork vs Lovable vs Cursor: Which AI Builder for iOS?

An honest comparison of Rork, Lovable, and Cursor for building iOS apps, plus where Claude Code fits and how to pick the right tool for the job.

Lawrence Arya · May 22, 2026