I'm stuck in trying to debug my shader cause it says "Unable to create shader debug session" (something about my metal build setting doesn't have debugging information) and I've tried to follow this : developer.apple.com/documentation/xcode/…
I've made my metal build setting to produce debugging information - Yes, Include source code as instructed
Is it because I'm doing an iOS app instead of macOS?