Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

AMD-Action:authenticate:SP error while trying to download Xcode 7.1

I am not sure if this the right forum.


While trying to update from Xcode 7.0.1 to Xcode 7.1, I do receive the error "AMD-Action:authenticate:SP".


This is only true for Xcode. Other apps can be downloaded.


It also not possible to see details of my account but I can see all my bought products.


Any hint?

OS X El Capitan (10.11)

Posted on Oct 23, 2015 12:13 AM

Reply
17 replies

Nov 5, 2016 11:05 AM in response to hjbflyer

This is alternate solution if your comfortable with the command line and using a terminal.


I had relocated the Shared directory and was using a symbolic link from /Users/Shared -> To my second disk location, then I upgrade and bang started getting the error. I figured the problem out but was not satisfied with answer and though I could work around it I wanted something better.


I had a space issue's as I use music software, the samples want to install under /Users/Shared. So being available for every user with an account. I did not have the luxury of space on the primary drive. But I have to say that apple not respecting a symbolic link is pretty stupid, that's why they where invited to help relocate resource and abstract away and make transparent any dependencies.


Regardless I found an alternate solution , the apple version of the mount command has less functionality than the version found on Linux. On Linux you can use the mount command with a --bind option to mount a directory from one location to another directory.


So this solution makes use of bindfs a tool design fro the job.


  1. Install FUSE for OS X
  2. Install Brew or update your existing install via
    brew update
  3. In a Terminal:
    brew install bindfs
  4. sudo mkdir /Users/Shared
  5. sudo bindfs -o volname="Shared" /Volumes/MySecondDisk/Shared/ /Users/Shared


This presents a volume at the correct system level, its a simple matter of putting this in script and associating with your start-up items eg.


#!/bin/bash

sudo /opt/local/bin/bindfs -o volname="Shared" /Volumes/USB1/Shared/ /Users/Shared

AMD-Action:authenticate:SP error while trying to download Xcode 7.1

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.