Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update Xcode with a new Apple ID?

Tags:

xcode

apple-id

I've recently changed apple ID and I've downloaded xCode on mac with another apple ID.

Not the mac store informs me there is a new version for xCode but I need to insert password of the older Apple ID, and I can't just use the new one. It seems the app is associated with the old apple ID.

I can't even download a new xCode using the new apple id, because it only gives me the option to update it with the old Apple ID.

like image 782
aneuryzm Avatar asked Jul 25 '12 17:07

aneuryzm


People also ask

How do you update an app if it was purchased with a different Apple ID?

Basically, If an app is purchased/downloaded using one Apple ID, then you can't update it with another Apple ID. The app is inextricably linked to the first Apple ID. You'll have to delete it and repurchase/download it again with the second Apple ID.

How do I change the Apple ID associated with IOS developer Program?

To update the Apple ID and/or email address associated with your developer account, sign in to the Apple ID website and modify your information. To update your address, contact information, or organization name, please contact us.

How do I add a Apple account to Xcode?

Once you have upgrade all you need to do is Open the xcode 5 IDE >> Preferences... >> Accounts tab >> On the left hand side you will see Apple IDs and a + at the bottom select the + >> Add Apple ID... >> enter your Apple ID and Password click Add . The account should know be added.


4 Answers

To make the AppStore forget the old credentials with which the app was downloaded, you must remove the _MASReceipt directory in the app itself.

To do this:

  1. Open Finder and navigate to Applications,
  2. Ctrl+Click XCode and choose "Show Package Contents",
  3. Expand the Contents directory and click _MASReceipt to select it,
  4. Type Command+Delete to delete the directory permanently---you will be prompted for your credentials since this is a protected file.

Quit and restart AppStore, then find XCode. The button should now say "Free" or "Install" instead of "Update". Clicking it will update your XCode to the latest version as the currently logged-in Apple user.

like image 66
jimbo Avatar answered Oct 14 '22 00:10

jimbo


Assuming you have the issue where you are getting the error

To update this application, sign in to the account you used to purchase it.

on the App Store app, go to Store --> Sign Out

and then do the stuff suggested here

check this fix from Beartech at https://discussions.apple.com/thread/2794280?start=15&tstart=0

The App Store used Spotlight in some way. My fix was to add the entire HD to the "Privacy" tab in the Spotlight System prefs pane, close the prefs and wait 30 seconds, re-open and remove your HD from the Privacy tab. Spolight begins reindexing. Re-opened the App Store and problem was fixed! Posting this here for others who might search later on. Also filed a bug report with Apple.

hope this fixes the issue for you!

edit: I think this is a different issue compared to what I had. Your only option is probbaly to delete xcode, and download with your new Apple ID

like image 21
Nitin Alabur Avatar answered Oct 14 '22 01:10

Nitin Alabur


To add an Apple ID account

  1. Choose Xcode > Preferences.
  2. At the top of the window, click Accounts.
  3. In the lower-left corner, click the Add button (+) .
  4. Choose Add Apple ID from the pop-up menu.
    enter image description here

  5. In the dialog that appears, enter your Apple ID and password, and click Sign In.
    enter image description here

To remove an Apple ID account

  1. Choose Xcode > Preferences.
  2. Click Accounts at the top of the window.
  3. Select the Apple ID account you want to delete in the left column.
  4. Click the Delete button (–) in the lower-left corner.

Follow link for source and detailed information.
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ManagingAccounts/ManagingAccounts.html

like image 8
Aamir Avatar answered Oct 13 '22 23:10

Aamir


open a folder Finder-> Go -> Applications then find Xcode in the folder. Right click on the Xcode. -> Get Info at the bottom, there is Sharing & Permissions, open it, click on the lock icon on the right corner. make Read & Write for everyone in the list.

then wait 5-10 seconds. just try update Xcode again. it will start to updating...

like image 6
fulberto100 Avatar answered Oct 14 '22 01:10

fulberto100