Builds break immediately after being signed—specifically on Mac M2. Including identity: null fixes this problem—but, in the long run, will result in an inability to create applications that can be widely shared.
One possible solution is to dynamically add the identity: null declaration if the conditions for notarization aren't met on Mac, though we'll first have to check that proper notarization fixes this problem in the first place.
Builds break immediately after being signed—specifically on Mac M2. Including
identity: nullfixes this problem—but, in the long run, will result in an inability to create applications that can be widely shared.One possible solution is to dynamically add the
identity: nulldeclaration if the conditions for notarization aren't met on Mac, though we'll first have to check that proper notarization fixes this problem in the first place.