You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a notarization failure occurs, the errors should be shown in the build log so you know what to do. For example, when you need to sign contracts in the apple developer portal, etc.
Actual Behavior
The errors are hidden and it isn't apparent what the issue is. This is due to piping them through grep.
Steps to Reproduce the Problem
Notarize a Mac app when contracts need signing
Specifications
Version: 2.5.8
Platform(s): Mac
Operating System(s): macOS (any)
The text was updated successfully, but these errors were encountered:
- Build unified .app bundle from arm64 and x64 bundles.
- Create a single file when creating unified .app bundle by default as this is the only supported way currently.
- Report errors when notarization fails. Fixespicoe#1862
- Fix NUnit discovering tests when in single file bundle.
- Sdk will now create unified bundles by default for Mac
- Added SdkTest to test the sdk
- Updated monomac to fix issues running on ARM64 as it does not use stret methods for larger struct return values.
Expected Behavior
When a notarization failure occurs, the errors should be shown in the build log so you know what to do. For example, when you need to sign contracts in the apple developer portal, etc.
Actual Behavior
The errors are hidden and it isn't apparent what the issue is. This is due to piping them through grep.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: