Audio plugin not compiling after update to Xcode 11.4

2 ビュー (過去 30 日間)
Barry Dean
Barry Dean 2020 年 4 月 8 日
回答済み: Jimmy Lapierre 2021 年 1 月 6 日
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 件のコメント
Jimmy Lapierre
Jimmy Lapierre 2020 年 4 月 14 日
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 2020 年 5 月 26 日
This is an issue that will be fixed in upcoming releases/updates.

サインインしてコメントする。

回答 (1 件)

Jimmy Lapierre
Jimmy Lapierre 2021 年 1 月 6 日
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.

カテゴリ

Help Center および File ExchangeAudio Plugin Creation and Hosting についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by