• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
AVAudioUnitComponentManager Not when building in Xcode 9
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AVAudioUnitComponentManager Not when building in Xcode 9


  • Subject: AVAudioUnitComponentManager Not when building in Xcode 9
  • From: Lucas Goossen <email@hidden>
  • Date: Sat, 14 Oct 2017 15:04:18 -0500

        AVAudioUnitComponentManager.shared().components(passingTest: {
(components, _) -> Bool in
            print(components.name)
            return true
        })

This code prints either only the system AUs or also the installed AUv3s
depending on the combination of Xcode and iOS as follows:

Xcode 8.3.3 and iOS 10.3.1 prints AUv3s
Xcode 9 and iOS 10.3.1 prints AUv3s
Xcode 8.3.3 and iOS 11 prints AUv3s (sim link device files into Xcode 8.3.3)

Xcode 9 and iOS 11 does NOT print AUv3s

Does anyone have any ideas what is going on? I am out of ideas.

Thanks in advance for any help,
Lucas Goossen


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: AVAudioUnitComponentManager Not when building in Xcode 9
      • From: Doug Wyatt <email@hidden>
  • Prev by Date: Re: How to debug Audio Unit in auval on macOS 10.13?
  • Next by Date: Re: AVAudioUnitComponentManager Not when building in Xcode 9
  • Previous by thread: Re: How to debug Audio Unit in auval on macOS 10.13?
  • Next by thread: Re: AVAudioUnitComponentManager Not when building in Xcode 9
  • Index(es):
    • Date
    • Thread