Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Notarization got stuck and can't skip from the config #16

Open
haithngn opened this issue Dec 31, 2024 · 0 comments
Open

The Notarization got stuck and can't skip from the config #16

haithngn opened this issue Dec 31, 2024 · 0 comments

Comments

@haithngn
Copy link

Hi @Bearer,
I have tried to code signing the binary just for distribution outside the Appl Store but, first issue is there is no way to execute code-sign without notarizing the build even removing the notarization block from the JSON config file.

The second is (it seems an issue from Apple Store connect), the Github Action keep printing these lines until I cancelled the workflow.

2024-12-30T18:37:37.9252400Z 2024-12-30T18:37:37.924Z [INFO]  notarize: notarization info: uuid=?<uuid_value> info="{<id> 2024-12-30T18:37:24.126Z <app>.dmg In Progress Successfully received submission info}"
2024-12-30T18:37:37.9254520Z 2024-12-30T18:37:37.924Z [INFO]  notarize: requesting notarization info: uuid=<uuid_value> command_path=/usr/bin/xcrun command_args=[xcrun, notarytool, info, <uuid_value>, --apple-id, <email? --password, <ac_pwd>, --team-id, <TEAM_ID>, --output-format, plist]
2024-12-30T18:37:39.3128860Z 2024-12-30T18:37:39.311Z [INFO]  notarize: notarization info command finished: output="<?xml version="1.0" encoding="UTF-8"?>
2024-12-30T18:37:39.3129590Z     [app.dmg] InfoStatus: In Progress
2024-12-30T18:37:39.3158430Z <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2024-12-30T18:37:39.3160640Z <plist version="1.0">
2024-12-30T18:37:39.3186330Z <dict>
2024-12-30T18:37:39.3186560Z 	<key>createdDate</key>
2024-12-30T18:37:39.3187290Z 	<string>2024-12-30T18:37:24.126Z</string>
2024-12-30T18:37:39.3187590Z 	<key>id</key>
2024-12-30T18:37:39.3187960Z 	<string><uuid-value></string>
2024-12-30T18:37:39.3188280Z 	<key>message</key>
2024-12-30T18:37:39.3188690Z 	<string>Successfully received submission info</string>
2024-12-30T18:37:39.3189010Z 	<key>name</key>
2024-12-30T18:37:39.3189340Z 	<string>app.dmg</string>
2024-12-30T18:37:39.3189580Z 	<key>status</key>
2024-12-30T18:37:39.3189940Z 	<string>In Progress</string>
2024-12-30T18:37:39.3190170Z </dict>
2024-12-30T18:37:39.3190490Z </plist>
2024-12-30T18:37:39.3190610Z 
2024-12-30T18:37:39.3190670Z " err=<nil>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant