Problems post factory reset of Mac ( Xcode )

Hi I have had severe malware issues recently and need to factory reset my Mac. I may have to reinstall the OS as well in case it has a root-kit. This means I cannot use any standard backups ( Time Machine etc.) and will manually recreate my user setup on the Mac.

Will reinstalling Xcode and downloaded signing certificates from my developer account work ? Are there other things to consider ? I will recreate my user ( assuming the uid will be the same as well )

Has anyone tried this before? What is your experience with it?

Accepted Reply

As long as you retain access to the Apple ID for you developer account, Xcode’s automatic code signing can take care of rebuilding most things. The one exception is Developer ID code signing identities. I discuss that in detail in The Care and Feeding of Developer ID.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Replies

As long as you retain access to the Apple ID for you developer account, Xcode’s automatic code signing can take care of rebuilding most things. The one exception is Developer ID code signing identities. I discuss that in detail in The Care and Feeding of Developer ID.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thank you very much. I will check the link.

This worked well. Thank you for the detailed information!

Add a Comment