-
Notifications
You must be signed in to change notification settings - Fork 19
Codesign of rcd fails on 10.12 GM (16A320) #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting this. I don't have access to Sierra right now so I can't address this right away. I will see if I can create a VM to address this. I am assuming that you tried this with SIP disabled, right? (probably because, otherwise, it wouldn't let you create the backup). |
I indeed have SIP disabled. In the meantime, I found a log file created by the program: com.thebitguru.Play-Button-iTunes-Patch 2016-09-09 15-58.txt |
Yeah, it's definitely related to the code sign. I am waiting for a new VM to install and then upgrade to Sierra. I will report back what I learn. |
OK, after stumbling through the macOS Sierra installation I was finally able to successfully get the Sierra GM running in Parallels. I haven't figured out how to emulate the Play/Pause yet, but the patching process seems to have worked correctly.
After patching, I manually ran the
I am seeing that this is the same macOS build as the one that you have (16A320) so I am not sure yet why it did not work for you, but it worked for me. I confirmed that the MD5 sums of the original rcd executable are the same. In your case, I did notice the log saying...
|
I tried signing rcd and then I found the root cause of the problem: the upgrade messed up my Xcode Developer Tools, which in turn lead to the failed codesign. A simple |
I am glad to hear that you were able to figure out the root cause and get it fixed. How were you able to tell that the dev tools were messed up? I ask because I am wondering if I can add an additional check to the app to address this for other users. I will add a note to the website so other folks know. Thanks for reporting the issue and working on a resolution. |
I upgraded to the final version of Sierra this afternoon, so I could finally find out what error it was throwing. Here's the error in full: As earlier, |
Thanks for the update. I am glad to hear that it is working now. This seems to be a recurring issue with upgrades so I will see if I can add a check for it as well. |
Hi, @thebitguru , thanks for this page! It helped a lot, as I was having the same issue. |
"in sierra" Great idea btw, thank you |
Hi! I always use your program to patch that annoying play button behavior away. I tried it the other day on the macOS Sierra GM, but for some reason codesigning seems to fail. The error message I got was:
The program will continue patching and finish eventually, but after a reboot macOS will annoy the user with numerous error messages. Because the program makes a backup of rcd, it's easy to fix, but nevertheless it would be nice if this bug was fixed before the official launch of Sierra on the 20th. Hopefully, it's an easy fix. Thanks in advance!
The text was updated successfully, but these errors were encountered: