Using GPUImage3 framwork on iOS 13 ,
I have these errors:
Touch the screen of the simulator -> error. `Error: MPS does not support the iOS simulator.'
Can't run simulator using metal kit?
Thank you.
According to Developing Metal Apps that Run in Simulator:
In Xcode 11, Simulator adds support for Metal development. You can write iOS and tvOS apps that use Metal and test them in the Simulator, gaining the benefits of hardware acceleration on the Mac during development of your app.
and Supporting Simulator in a Metal App
I guess this crash related to framework GPUImage3, but..I tried to run the code from Apple. The app crashes, unfortunately.
updated: MetalPerformanceShaders is not supported on the simulator currently.