Earlier quoted context omitted.
It's a damn shame, the hardware is pretty amazing and I wish they just had like one person who cared about Linux working at Apple and then make a small promise to not rugpull Linux users.
I think one thing that shows Apple's position towards open source in general is that they don't allow their employees to work on open source projects in their own time and using their own equipment. Before anyone brings up that California labor code provision, it has a carve-out for "activities that relate to the employer's business". Since Apple is big enough and has their fingers in enough pies that they can credib…
Xcode 26.3 – Developers can leverage coding agents directly in Xcode
281–290 of 348 posts
Re: Xcode 26.3 – Developers can leverage coding agents directly in Xcode
#282What else is there to say than that xCode is a f... nightmare. Android studio is not really better though. Native app development is an evil necessity.
From all the things to work on Xcode... fixing the ghost diagnostic errors, actual hot reload instead of the nightmare Previews are, tooling to help diagnose the now messy Swift 6 concurrency code, that thing where you can't open a project and one of it's dependent swift packages for editing simultaneously ... The list of actually useful things that can be added/changed in Xcode has more tokens than Claude is allowed…
You can. Any local packages are automatically editable in Xcode. Opening two projects referencing the same local package dependency isn't possible however.
Re: Xcode 26.3 – Developers can leverage coding agents directly in Xcode
#283I recently started working for a startup, and they wanted an app.
What I shipped was a react native app (so I don't need to go in to Xcode to build), that renders a full screen web browser that points to our website. I've sprinkled in bits of injected JS to capture our cookies and local/session storage - which then gets saved to device storage and reinjected on app startup.
There are a few native-ish bits sprinkled in - onboarding, notifications, error screens, loading indicators, etc - but for the most part we don't need to worry about our API borking old versions (which is moving extraordinarily fast).
The only semi tricky bit was native auth integration - that needs treated with a bit more care, and stored securely, but it took a few days.
I ship the app to TestFlight and the AppStore using Fastlane from the command line, match handles the certs, and I never have to open Xcode.
It is honestly bliss, and i've heard a lot of app developers moving to this model (interestingly it normally follows a failed SDUX implementation)
Re: Xcode 26.3 – Developers can leverage coding agents directly in Xcode
#284What else is there to say than that xCode is a f... nightmare. Android studio is not really better though. Native app development is an evil necessity.
Re: Xcode 26.3 – Developers can leverage coding agents directly in Xcode
#285Earlier quoted context omitted.
From all the things to work on Xcode... fixing the ghost diagnostic errors, actual hot reload instead of the nightmare Previews are, tooling to help diagnose the now messy Swift 6 concurrency code, that thing where you can't open a project and one of it's dependent swift packages for editing simultaneously ... The list of actually useful things that can be added/changed in Xcode has more tokens than Claude is allowed…
> you can't open a project and one of it's dependent swift packages for editing simultaneously You can. Any local packages are automatically editable in Xcode. Opening two projects referencing the same local package dependency isn't possible however.
Re: Xcode 26.3 – Developers can leverage coding agents directly in Xcode
#286(Context: I was an iOS dev for 10 years on well known, large iOS apps - I can't explain how much I dislike Xcode). I recently started working for a startup, and they wanted an app. What I shipped was a react native app (so I don't need to go in to Xcode to build), that renders a full screen web browser that points to our website. I've sprinkled in bits of injected JS to capture our cookies and local/session storage -…
Re: Xcode 26.3 – Developers can leverage coding agents directly in Xcode
#287What else is there to say than that xCode is a f... nightmare. Android studio is not really better though. Native app development is an evil necessity.
I wish people did more native app development.
Re: Xcode 26.3 – Developers can leverage coding agents directly in Xcode
#288Re: Xcode 26.3 – Developers can leverage coding agents directly in Xcode
#289Building castles in the sky while the foundation is rotting away :/ Xcode really needs a couple of years of pure bugfix and optimization releases instead of hype-chasing.
Honest question. I've been using XCode for 10 years. For me, it's only improved and I don't have any real pain points. They are definitely fixing bugs. I make software for iOS, macOS, car play, and apple watch. Sure sometimes I've got to reset or clear a cache, but this has never stopped my day. What is so horrible about XCode?
To put it in a language Apple understands, it's like forcing music producers to use GarageBand when everyone else is on Logic.
Re: Xcode 26.3 – Developers can leverage coding agents directly in Xcode
#290(Context: I was an iOS dev for 10 years on well known, large iOS apps - I can't explain how much I dislike Xcode). I recently started working for a startup, and they wanted an app. What I shipped was a react native app (so I don't need to go in to Xcode to build), that renders a full screen web browser that points to our website. I've sprinkled in bits of injected JS to capture our cookies and local/session storage -…
Curious to hear if you had any trouble passing review.