Posts

Post marked as Apple Recommended
So the problem is apple trying to force XCFramework bundle down, by breaking any project which relied on fat frameworks. Just wow. I had a job to update broken third party dependency, now I have to repackage all of them, because who cares about compatibility. I just want to make iOS app, I don't care about M1 iOS simulators.
Post not yet marked as solved
5 Replies
I find Metal completely unnecessary in my use case (building 2d game engine). It introduces lots of copcepts with extremely high price: now I have to develop and support 2 different renderers, instead of 1. This is extremely upsetting.There are better things to do. Like writing games, not doing this unnecessary work.