Changes after WWDC 2024

  1. In the bridging header, I often use uint. This does not now compile, as the module isn’t included. Change uint to uint32_t.
2 Likes