I was able to figure this out.
The AutoReleasePool was basically releasing memory. I had to disable ARC for that file, to get past the error.
But don't understand why this would be kicked in by Xcode 13, and why this was never an error in the first place in the previous Xcode versions.
I was able to figure this out.
The AutoReleasePool was basically releasing memory. I had to disable ARC for that file, to get past the error.
But don't understand why this would be kicked in by Xcode 13, and why this was never an error in the first place in the previous Xcode versions.