Has anyone figured this one out? Pasting them gives us detritus problems, but I'm there must be some way of doing this? Thank you.
Hello @Clevername47. You can set your AUv3 icon by dragging image assets to your extension target. This is demonstrated in Creating Custom Audio Effects. If after dragging your icon files into Xcode you get code signing errors such as resource fork, Finder information, or similar detritus not allowed
, then you might need to clean your build folder and/or run xattr -cr
on your app bundle. Please see Technical Q&A QA1940 for further information.