Re: App can't be opened
Re: App can't be opened
- Subject: Re: App can't be opened
- From: Gabriel Zachmann via Cocoa-dev <email@hidden>
- Date: Wed, 15 Sep 2021 17:38:38 +0200
Thanks so much! I guess that missing symbol explains the crash.
BTW: is it possible, to make Xcode produce an error message when I am using
symbols that are not available on the deployment target?
(unless they are guarded by @available() ...)
Best regards, Gabriel
> On 9. Sep 2021, at 20:30, Carl Hoefs <email@hidden> wrote:
>
> On a 10.13 system, your app gives this in the console log:
>
> opendirectoryd: Authentication failed for <private> with result
> ODErrorCredentialsInvalid
> opendirectoryd: ODRecordVerifyPassword failed with result
> ODErrorCredentialsInvalid
>
> The (extensive) crash log has this at the top:
>
> Crashed Thread: 0
>
> Exception Type: EXC_CRASH (SIGABRT)
> Exception Codes: 0x0000000000000000, 0x0000000000000000
> Exception Note: EXC_CORPSE_NOTIFY
>
> Termination Reason: DYLD, [0x4] Symbol missing
>
> Application Specific Information:
> dyld: launch, loading dependent libraries
>
> Dyld Error Message:
> Symbol not found: _AVAudioSessionInterruptionNotification
> Referenced from: /Applications/ArtSaverApp.app/Contents/MacOS/ArtSaverApp
> Expected in:
> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
> in /Applications/ArtSaverApp.app/Contents/MacOS/ArtSaverApp
>
> -Carl
>
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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