#Xcode #XcodeCloud

Xcode Cloud is weird

Sometimes a job goes rogue and just doesn’t stop

This is a regular “archive iOS” job that usually completes in 10 minutes

Now was running for 14 hours before I canceled it

Nothing changed on my side that would cause this, and other jobs of the workflow completed in reasonable time

Waiting on Xcode 26.0 b3 like…

#iOS26 #Xcode

Instruments tip: take the following steps to find problem code in your app:

1. Switch to the call tree view from the jump bar or by choosing View > Detail Area > Call Trees.
2. Click the Call Tree button in the bottom bar.
3. Select the Invert Call Tree and Hide System Libraries checkboxes.

#Xcode

I don't care about the stupid glass. Give me my #Xcode beta already!!

I feel stupid asking this, but how do I open a split view n Xcode 26 dp 2?

I'm editing my ThingView. I want ThingViewModel beside it.

This was super easy last time I tried, but it's been a while… #iosDev #Xcode

#xcode really doesn't like local package dependencies
Thank you #Xcode, that was super helpful 🫠
Arrays are great, but sets can be a game changer in Swift. Learn when to use sets, how they improve performance, and see real-world examples in my latest deep dive video! #Swift #SwiftUI, #Xcode
Watch here 👉 https://youtu.be/jbMZhWvCioM

Hey Mastodon! So I’ve decided to build an #iOS app. For some of you, this might feel a bit déjà vu, because I’ve said that before… this time I have an app idea and a pain point I want to solve.

I’ve never built an app with #Xcode before, the closest I’ve come is compiling a Unity game for iPad using Xcode. Besides PHP, HTML, and JS for web-development, I do have a tiny bit of experience in C# and JAVA.

Where do you recommend I start? Apple Playgrounds?

#Swift #SwiftUI #mac

I got Xcode's native coding assistant working with my local AI models using Ollama. Apple made it surprisingly easy! 👏 I wrote down the simple steps if you want to try it too. 👨‍💻

https://ronnierocha.dev/blog/connecting-xcodes-coding-assistant-to-your-local-ollama-llms/

#Xcode #Ollama #LocalLLM #iOSDev #AI

How to Use a Local LLM to Power Xcode's Coding Assistant

A straightforward guide to powering Xcode's AI assistant with a local Ollama instance. Learn how to set up a private, responsive coding helper on your own machine.

Ronnie Rocha - iOS Developer & AI Engineer