my notarized app crashes with code signing error on Mojave

I have a trial version of my app that has been notorized by Apple. But customers are telling me it never launches, but crashes instead. Crash traces I've seen show "Code Signing error". I have no problem distributing the same app (not the trial version) through the mac app store.

Replies

I met the same problem. Finally I found that I use the networkExtension capacity to build a developer id app(already notorized by Apple).

My app crash immediately and I get "Code Signing error"(Details in console is "Code has restricted entitlements, but the validation of its code signature failed. Unsatisfied Entitlements:").

I think this is because capacity supporteed by develop id is limited(see https://help.apple.com/developer-account/#/devadf555df9). And network extension is not possible used in a developer id app (see https://forums.developer.apple.com/thread/67613).