(Resending because I forgot to cc the list) On Mar 20, 2022, at 08:09, Gabriel Zachmann via Cocoa-dev <cocoa-dev@lists.apple.com <mailto:cocoa-dev@lists.apple.com>> 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com