Xcode 14 Beta 3 Core Data Model Editor Style

Hello,

 Switching Core Data Editor Style has been broken since Xcode 14 Beta 1. Although I can get by, it would be convenient to switch to the Graphical ER diagram style to "visually" study the model for an App.

Regards and Thank You, John

I’ve been working on a replacement CoreData graph viewer - if you'd be interested in being a beta tester, please let me know. My email address is on my StackOverflow profile

https://stackoverflow.com/users/123632/ashley-mills?tab=profile

How do you configure relationships now? I don't see how to configure if it's has 1 or has many, and the documentation here literally instructs you to change it to diagram view.

What's going on at Apple that this isn't at least updated with the removal?

I think I'm gonna be sick.

Just got back to a project I started last year. Yikes! The missing graphical view is a huge loss!

I have written a CoreData model visualisation tool. Just released on the App Store : https://apps.apple.com/us/app/coredata-model-editor/id6449733666

So far, it is just a graphical view of the model, but it updates everytime you save your modification in XCode. So you can have XCode on one half of yoru screen and edit your model with tables, and immediately see the graphic view when you save. I'll turn the app into a real editor as soon as possible.

I hope that helps...

My hunch (based on nothing) is that Apple is setting up Xcode for SwiftData.

So basically, if you want your diagrams, you have to get them by using SwiftData.

Just a hunch.

Hi All,

After the announcement of SwiftData, this new technology from Apple that replaces CoreData, this thread is pretty much over. No need to care about the Graph Editor anymore, like I did in the past, because all things CoreData are now the past. Everyone should put his/her energies in learning and implementing SwiftData in your apps. Thanks for those who cared about the missing, and now dead, Graph Editor.

Cheers, Johel

I agree with JohelSF assessment that this is related to SwiftData.

<rant>
It is hubris of the highest order. It is a "nudge" to try to get developers using the latest and "greatest" features, but we don't all want or needed that. It goes hand in hand with the forced upgrades of Xcode, I saw no reason to upgrade Xcode but was forced to do so. I am starting a new project targeting iOS 15, as I have seen no need to upgrade to the latest version of iOS.

All that said, I consider Xcode to be a bug in and of itself, its is be far the worst IDE I have had the displeasure of developing with. Apple really need to talk to the likes of JetBrains to understand what it is developers truly want and need from an IDE. Just for starters Xcode's git support is laughable and what if you use a different source management tool?

If it wasn't for the fact that I find iOS to be a far better experience than Android I wouldn't be putting myself through the hell that is using Xcode, I would be using tooling and technologies of my choice and a better/nicer language to boot. </rant>

Still here in July 2024 🥲

Xcode 14 Beta 3 Core Data Model Editor Style
 
 
Q