New Runtime Error in Chapter 21 (Xcode beta only?)

Annoyingly, uint seems to have been dropped.

Change uint to uint32_t.

Or at the top of Common.h , add typedef uint32_t uint;

I’ve added a post: Xcode 16: Errata for Metal by Tutorials 4th Edition - #2 by caroline