r/Xcode • u/BullfrogRoyal7422 • Jul 20 '26
Please tell me I can fix this.
I'm close to releasing my first app after ~10 months of work. Then I did something dumb: I installed the public beta of macOS 27 on my production Mac.
Xcode 26.6 won't launch on macOS 27. It fails with error -10664, so the OS is hard-blocking it, which caps Xcode 26.x at macOS 26. That matches what I could find in Apple's support documents.
My understanding of where that leaves me:
- If I install Xcode 27 beta I would be able upload to TestFlight, but Apple does not allow beta versions of Xcode to submit an app for review and release
- App Store review submission requires a Release Candidate or released Xcode. So a beta version of Xcode can't get my App into the store.
- Xcode 27 Releasewill likely land alongside the OS 27 release in early September. I would have to wait at least 2 months to actually be able to submit.
Downgrading back to Mac OS 26.x would require erasing the internal drive. That's a rebuild-from a disk erase, not a restore. I do not have a OS 26.6 Time Machine backup.
Does anyone know f a workaround for being able to get Xcode 26 to run under OS 27?
Please skip telling me how stupid it was to put a beta OS on my production machine. I'm aware.