Post

Replies

Boosts

Views

Activity

Comment on Receiving this error 'EXC_BREAKPOINT (code=1, subcode=0x1051904b8)' when trying to use a PhotoPicker.
I did generate a crash report. App crashes on first run, next run it runs fine. Here is crash report, I can't really make sense of it.... Translated Report (Full Report Below) Process: PictureWindow [5133] Path: /Volumes/VOLUME/*/PictureWindow.app/Contents/MacOS/PictureWindow Identifier: au.com.egads.PictureWindow Version: 4.0 (2) Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID: 502 Date/Time: 2022-05-20 11:56:40.6344 -0600 OS Version: macOS 12.3.1 (21E258) Report Version: 12 Anonymous UUID: 7EB4221B-BF57-A176-EE89-F261FF81DA97 Time Awake Since Boot: 14000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x000000018c942158 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SIGNAL, Code 5 Trace/BPT trap: 5 Terminating Process: exc handler [5133] Application Specific Information: Secure coding for state restoration requested after it was initialized without. NSApplicationDelegate was probably established too late. had to delete the rest, too long for this forum, Is there a way I could send it to you?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’22
Comment on swift mac swift app fails to show image view crashes on first run
"Launch check" is done in a separate module, PictureState.swift. It is a class that manages the state of pictures to be displayed. The check happens in the init. It has many print statements that I have been using to try and debug. Tried to attach the top portion declarations and init, but including it loses all readability. Not sure how to post to preserve format.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Receiving this error 'EXC_BREAKPOINT (code=1, subcode=0x1051904b8)' when trying to use a PhotoPicker.
The above was run outside of Xcode, I generated an archive to distribute to team for test.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Receiving this error 'EXC_BREAKPOINT (code=1, subcode=0x1051904b8)' when trying to use a PhotoPicker.
I did generate a crash report. App crashes on first run, next run it runs fine. Here is crash report, I can't really make sense of it.... Translated Report (Full Report Below) Process: PictureWindow [5133] Path: /Volumes/VOLUME/*/PictureWindow.app/Contents/MacOS/PictureWindow Identifier: au.com.egads.PictureWindow Version: 4.0 (2) Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID: 502 Date/Time: 2022-05-20 11:56:40.6344 -0600 OS Version: macOS 12.3.1 (21E258) Report Version: 12 Anonymous UUID: 7EB4221B-BF57-A176-EE89-F261FF81DA97 Time Awake Since Boot: 14000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x000000018c942158 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SIGNAL, Code 5 Trace/BPT trap: 5 Terminating Process: exc handler [5133] Application Specific Information: Secure coding for state restoration requested after it was initialized without. NSApplicationDelegate was probably established too late. had to delete the rest, too long for this forum, Is there a way I could send it to you?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Use new project as new version of an existing app in Appstore
I am trying to replace an existing app in appStore with a new swiftui swift app, tried setting bundle identifier, ode signing and incremented version number, but still fails validation saying name already used
Replies
Boosts
Views
Activity
May ’22