I am trying to release an app from Xcode but as soon as I try uploading to the app store or exporting in any fashion, once it checks for signing from iTunes Connect, I recei
In the end, finally resolved by calling apple support and getting elevated to upper level tech, where eventually we discovered missing shared folder in /Users. Adding a shared folder resolved my issue. Here’s the steps to reproduce solution if it applies to you:
Finder > Go > Go to Folder
enter /Users :: Go
if no Shared folder, open Terminal to create one in /User
Enter commands in Terminal (must be logging in as user with admin access):
sudo mkdir -p /Users/Shared
sudo chmod 1777 /Users/Shared/
reboot and see if can now login
resource https://discussions.apple.com/thread/7275650?start=0&tstart=0