Posts

Post not yet marked as solved
7 Replies
Additional weirdness.If I run from Xcode, I don't even get the XPC error reported, and the XPC processes don't show up in Xcode at all. Two of the three do show up in Activity Monitor.https://www.dropbox.com/s/n666y15y9jwp3jq/Screenshot%202020-05-18%20at%2015.59.05.png?dl=0If I run the same build manually (by double-clicking in the Finder), the connection XPC does seem to have launched, and presumably it's that one I'm getting the error back from.https://www.dropbox.com/s/bcsxddrbnwnzy7j/Screenshot%202020-05-18%20at%2015.51.50.png?dl=0
Post not yet marked as solved
7 Replies
I should probably add that I am re-signing everything in a script phase, using `codesign --verbose --force --deep --options runtime --sign "$IDENTITY"...`This includes the outer framework, the plugin inside it, the Sparkle framework inside that, and the three Sparkle xpcs (which live inside the main app bundle, in the usual place).Also, that Notarizing the app is working.