Xcode Error on Simulator: Mgisdeviceoneoftype Is Not Supported on This Platform

Simulator is not working with upgrading xcode 10?

The simple way is to come back to the legacy build system, it seems to be a problem of the new build system.

Open XCode, then click on File -> Project Settings.

Into the Shared Project Settings choose Legacy build system to the build system.

Sample Image

MEMixerChannel.cpp:1577 Spatialization not supported on this platform (err=-4)

It is because you are developing for Apple Watch.

If you look at the "Spatialization Algorithms" on the developer site you will see that WatchOS is not included in the "Availability" for any of the cases.

https://developer.apple.com/documentation/audiounit/audio_unit_properties/spatialization_algorithms

More detailed ways of playing audio allow you to remove that option but regular AVPlayer doesn't seem to have anything.

https://developer.apple.com/documentation/arkit/usdz_schemas_for_ar/actions_and_triggers/audioaction/auralmode



Related Topics



Leave a reply



Submit