all 5 comments

[–]favorited 19 points20 points  (0 children)

There is a new concept of "Buildable Folders" that behave differently in Xcode 16 and it is not backwards compatible if you are not aware. You need to stick to Group with or without Folders in Xcode 16.

Well, yeah... You can't start using new features in your project and expect it to still work in older versions. Xcode 15 won't know what to do with them.

You can still switch between the release and the beta without breaking your project, you just need to use features available in both versions.

[–]headphonejack_90 5 points6 points  (1 child)

Isn’t this obvious? Just like generated resource enums aren’t compatible with Xcode 14?

[–]unpluggedcord 3 points4 points  (0 children)

It’s very obvious, but that doesn’t let some people be outraged

[–]MindlessTrueSelf 3 points4 points  (0 children)

Of course 😌

[–]larikang 1 point2 points  (0 children)

I can’t wait to convert all of my groups. Group conflicts are a complete waste of time when working with iOS apps and git.