We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I figured it out, this xml is returned in stderr, and it shouldn't be considered an error
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: