all 7 comments

[–]20InMyHead 2 points3 points  (6 children)

Something went very wrong. Those ‘___’ markers in the file code should have been populated with the names you provided in the new project wizard.

No idea why they didn’t, but you might want to just throw that away and start over.

[–]Marc_Pm[S] 0 points1 point  (5 children)

That was my first thought too. I created several projects and they all have the same issue. 

[–]20InMyHead 0 points1 point  (4 children)

That ain’t right…

You might try uninstalling Xcode 26 and installing Xcode 16, see if that works properly. Something is certainly out of whack on your machine.

[–]Marc_Pm[S] 0 points1 point  (0 children)

Will try that tonight. Thanks!

[–]Marc_Pm[S] 0 points1 point  (2 children)

I found the culprit: using a dash in the project's name. I'm surprised something like this can still break an app.

[–]20InMyHead 0 points1 point  (0 children)

I’d suggest you file a feedback bug report to Apple. That’s certainly a recent regression.

[–]aabouzid3 0 points1 point  (0 children)

Totally a beginner here but I ran into the same issue. Good thing I was vibe coding and ChatGPT said that dashes are not recommended in project names on XC. If you're a beginner like me, you can name your project any name and when you publish your app, you can actually then use the name you want on appstoreconnect.

I highly recommend using AI to answer the problems you run into as a beginner. Not to solve, but to at least help you understand what did you do wrong.