Notarize icon indicating copy to clipboard operation
Notarize copied to clipboard

Doesn't work on Apple Sillicon

Open kleuter opened this issue 3 years ago • 1 comments

Even after compiling your tool natively for arm64, it doesn't correctly work. It works fine on x86_64 machine with the same project though.

Uploading to notarization services
Command failed:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>notarization-upload</key>
	<dict>
		<key>RequestUUID</key>
		<string>6b1dfdbf-d8fe-48b3-b227-afca7b4b3d60</string>
	</dict>
	<key>os-version</key>
	<string>11.0.0</string>
	<key>success-message</key>
	<string>No errors uploading 'myzip.zip'.</string>
	<key>tool-path</key>
	<string>/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework</string>
	<key>tool-version</key>
	<string>4.029.1194</string>
</dict>
</plist>


Caused by command:
xcrunaltool--notarize-app-tosx--output-formatxml--usernameXXX--passwordXXX myzip.zip--primary-bundle-idcom.apple.com.blabla
Upload to notarization services failed.

kleuter avatar Nov 23 '20 13:11 kleuter

I figured it out, this xml is returned in stderr, and it shouldn't be considered an error

Screenshot 2020-11-23 at 15 48 55

kleuter avatar Nov 23 '20 14:11 kleuter