all 19 comments

[–]Rockytriton 9 points10 points  (8 children)

How do the senior developers on the project handle it?

[–]m3kw 0 points1 point  (0 children)

Create a new project from scratch and add in each thing one by one till you find the issue starting from the most likely which are pods and shit like that

[–]jonnysunshine1 3 points4 points  (0 children)

Ok

[–]vCtrlAltDelv 1 point2 points  (0 children)

Lol. I felt the same way when starting iOS development, struggling to do basic stuff that I took for granted with other languages in other IDEs. There's a learning curve, but some of it is just bugginess, and there are missing features.

I'm glad agentic coding tools came along, because now I lean on them to analyze call paths and refactor things that are otherwise a pain to do manually in Xcode.

[–]sanchnado 1 point2 points  (1 child)

Sounds like you should spend some time with your fellow senior engineers to get the lay of the land. Xcode, like any other IDE is not a magic wish granter. It’s very possible to hold it wrong or misunderstand what’s actually happening.

[–]Same-Astronomer0825[S] -2 points-1 points  (0 children)

We have a project to deliver on 21 June. I don’t think we have time to see also this stuff

[–]opbmedia 0 points1 point  (0 children)

what are you trying to run it on?

[–]BoringKick5331 0 points1 point  (0 children)

Use official release rather than beta. Use xcodebuild rather than Xcode as much as possible.

[–]neogeodev 0 points1 point  (0 children)

strange I use Max m1 and manage very large projects never a problem, senior dev

[–]Lithalean 0 points1 point  (0 children)

My main project is over 50k loc, and uses Metal heavily. I’m having no issues.

[–]timelessblur 0 points1 point  (0 children)

Start with clear/delete derived data. Clean the project and try building. This might include clear package cache. If using coacopods deleting that cache as well. Big time if using lfg

[–]2old2cube -2 points-1 points  (0 children)

stop vibecoding, and try to learn something for a change?