Re: Building for 10.12
Re: Building for 10.12
- Subject: Re: Building for 10.12
- From: Quincey Morris via Cocoa-dev <email@hidden>
- Date: Sun, 20 Mar 2022 10:41:29 -0700
(Resending because I forgot to cc the list)
On Mar 20, 2022, at 08:09, Gabriel Zachmann via Cocoa-dev
<email@hidden <mailto:email@hidden>> wrote:
>
> Apparently, this caused it:
>
> Symbol not found: _AVAudioSessionInterruptionNotification
>
> Yes, I am using that function, and yes, it seems to be available only on
> macOS 11 and higher.
AVAudioSession doesn’t exist on macOS, in any version. I see that the
documentation page for AVAudioSessionInterruptionNotification lists it
incorrectly as supported on macOS 11+, but I can’t find anything in the SDK
headers to suggest where that incorrect information came from.
The real question is how the macOS target compiled at all. Can you shed any
light on how you got as far as linking, with an unknown
_AVAudioSessionInterruptionNotification symbol in your target?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden