bitpiston / rss-button-for-safari

Safari web extension for news feed discovery of RSS, Atom, JSON Feed & RDF+RSS.
https://rssdiscovery.app
MIT License
26 stars 1 forks source link

App hangs attaching debugger with macOS 12 beta #47

Closed einkoro closed 2 years ago

einkoro commented 2 years ago

Appears to be limited to running debug builds presumably during attaching the debugger to the process. The debug and release builds in both xcode 12 and 13 run fine without the debugger attached.

Creating a new xcode project for comparison does not seem to hang though.

Temporary work around is to uncheck debug executable in schemes.

einkoro commented 2 years ago

New project for v2.0 does not have this issue.