Post

Replies

Boosts

Views

Activity

Reply to After building in Xcode, my extension is not showing in Safari.
I have the same issue. Extension builds successfully, appears under "Extensions". Allow unsigned is checked. Extension does not appear in toolbar and doesn't show up under Web Extension Background Content. All of this works fine when extension is built using XCode 15. Interestingly, the same build can be archived in XCode 16 and then added to TestFlight where the TestFlight builds will work as expected.
Oct ’24
Reply to Safari web extension becomes unresponsive in Safari 17, macOS 14.0 Sonoma
Also saw similar issues where background script becomes unresponsive and can't even input any expressions. While debugging, script will become responsive again only after close/reopen of background script debugger. Curious if you're using sendNativeMessage()? For me, some changes to that method (or removing it) fixed my particular flow and bg script stopped becoming unresponsive.
Oct ’23