Posts

Post not yet marked as solved
14 Replies
Hi,Any update on the reported Case ID of - 720395801?I'm getting the error code of 22016. I'm using Xcode 11.2 with OSX 10.14Command xcrun altool --notarize-app -t osx -f file.pkg --primary-bundle-id "org.abc" -u "email" -p "password" --output-format xmlError<?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>os-version</key> <string>10.14.6</string> <key>product-errors</key> <array> <dict> <key>code</key> <integer>-22016</integer> <key>message</key> <string>We are unable to create an authentication session.</string> <key>userInfo</key> <dict> <key>NSLocalizedDescription</key> <string>We are unable to create an authentication session.</string> <key>NSLocalizedFailureReason</key> <string>Unable to validate your application.</string> </dict> </dict> </array> <key>tool-path</key> <string>/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework</string> <key>tool-version</key> <string>4.00.1181</string></dict></plist>