Audio plugin not compiling after update to Xcode 11.4

1 visualización (últimos 30 días)
Barry Dean
Barry Dean el 8 de Abr. de 2020
Respondida: Jimmy Lapierre el 6 de En. de 2021
The following command is now generating a compile error after I updated Xcode to 11.4
generateAudioPlugin -au audiopluginexample.Echo
macOS version 10.15.4
Command Window Output (first section)
//////
Error using generateAudioPlugin
Xcode build failed:
2020-04-08 17:55:20.115 xcodebuild[985:20402] [MT] PluginLoading: Required plug-in compatibility UUID C80A9C11-3902-4885-944E-A035869BA910 for plug-in at path
'~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2020-04-08 17:55:20.115 xcodebuild[985:20402] Failed to load plugin at: /Users/barrydean/Library/Application
Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin, skipping. Reason for failure: *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt
to insert nil object from objects[0]
//////
Thanks
Barry
  2 comentarios
Jimmy Lapierre
Jimmy Lapierre el 14 de Abr. de 2020
Matlab 2019b update 5 (and 2020a) fixed an incompatibility with Xcode 11.3.1, but this issue appears to be different. May I ask what version of Matlab you are using?
Jimmy Lapierre
Jimmy Lapierre el 26 de Mayo de 2020
This is an issue that will be fixed in upcoming releases/updates.

Iniciar sesión para comentar.

Respuestas (1)

Jimmy Lapierre
Jimmy Lapierre el 6 de En. de 2021
The list of supported compilers can be found on this webpage. Either click the "Mac" tab for supported Xcode versions, or for previous versions, click "View compiler support for previous releases" (there is a column for supported compilers).
  • Versions R2019a and earlier do not support Xcode 11.x for plugin generation.
  • Versions R2020b and earlier do not support Xcode 12.x for plugin generation.
Plugin generation with Xcode version 11.4 was supported out of the box in R2020b. For R2020a and R2019b, make sure to have applied the latest updates, as compatibility was added after the release of 11.4.

Categorías

Más información sobre Audio Plugin Creation and Hosting en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by