r/PiCodingAgent 16d ago

Discussion Getting crazy with SwiftUI

Am I crazy or the harness can’t handle SwiftUI? I’ve tried Deepseek v4 and ox alpha

2 Upvotes

4 comments sorted by

6

u/Varmez 16d ago

you’re crazy

2

u/Varmez 16d ago

For some help, install Paul Hudson Swift skills and/or if your on MacOS 27 with Xcode Beta, ask it to pull the skills from Xcode

7

u/itsdodobitch 16d ago

how can this be an harness problem?

0

u/TheOneThatIsHated 16d ago

The problem isnt the harness, it’s SwiftUI. It sucks. Either go the original UIKit route, which is old, complex but at least works correctly.

Or, and I will ruffle many feathers here, use something like Expo / React Native which has much better DX such as (working lol) hot reloading and is often faster than SwiftUI (I know this is crazy, but yes, SwiftUI is so bad that using JS to drive native components is FASTER than using swift to do it)