Skip to content

Doesn't work on Apple Sillicon #4

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

Open
kleuter opened this issue Nov 23, 2020 · 1 comment
Open

Doesn't work on Apple Sillicon #4

kleuter opened this issue Nov 23, 2020 · 1 comment

Comments

@kleuter
Copy link

kleuter commented Nov 23, 2020

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
Copy link
Author

kleuter commented Nov 23, 2020

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

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