I have installed the latest OS X 10.11 (El Capitan) with Xcode 7.1, and created a simple Mac Metal Game project. The program does not render an animated cube, but instead writes "Metal is not supported on this device" to the log, due to the MTLCreateSystemDefaultDevice(); returning nil. The iOS & AppleTV version of the Metal Game template works fine. Has anyone else has similar issues?
Thanks,
Steve Sheets