Post

Replies

Boosts

Views

Activity

Reply to Audio host - obtain AUv3 plugin icons
In case someone is looking for an answer I created a small Swift project to list all Auv3 Plugins + icons. But basically once loaded you can get the icon using something like: component.icon A little contribution to the community because sometimes easy things can become soooo hard... CC @Clevername47
Topic: Media Technologies SubTopic: Audio Tags:
May ’25
Reply to iOS AUv3 extension: no Icon shown in host
It seems I can get the icon to show in Xcode by adding this to the .pbxproj under the extension config: ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; However the icon still does not show on any host. I guess I have some missing parameters in the Build Settings of the extension. What asset related entries should I have in the extension build settings for the icon?
May ’25
Reply to iOS AUv3 extension: no Icon shown in host
From the doc: In iOS, a custom Action extension uses a template image version of its containing app’s icon, which you must provide. iOS Share extensions automatically employ the containing app’s icon. If you provide a separate icon in your Share extension target, Xcode ignores it. For all other app extension types, you must provide an icon that matches the containing app’s icon. I'm using the AppIcon from my .xcassets file in my containing app. So why doesn't it show in the extension?
May ’25
Reply to Failed to verify code signature when trying to install on iPad from XCode
Checking the iPad logs, I can find the cert problem: error 13:14:40.593566+0200 filecoordinationd sandboxing denied subscription to progress on category (bundle id (null), ) error 13:14:40.776767+0200 trustd SecKeyVerifySignature failed: Error Domain=NSOSStatusErrorDomain Code=-50 "rsa_pub_crypt failed, ccerr=-7" UserInfo={numberOfErrorsDeep=0, NSDescription=rsa_pub_crypt failed, ccerr=-7} error 13:14:40.819992+0200 lsd Installation failed for error 13:14:40.827517+0200 atc LaunchServices observer: Apps Failed be installed:
Apr ’25