ios-app-signer icon indicating copy to clipboard operation
ios-app-signer copied to clipboard

Not Working On BigSur

Open isaichaitanya opened this issue 5 years ago • 19 comments
trafficstars

Screenshot 2020-11-13 at 10 06 26 PM Screenshot 2020-11-13 at 10 06 13 PM

isaichaitanya avatar Nov 14 '20 13:11 isaichaitanya

same for me

lenisko avatar Nov 17 '20 22:11 lenisko

Re create your developer certificates in Xcode.

iambenmitchell avatar Nov 20 '20 11:11 iambenmitchell

Didn't helped @MrBenFTW

lenisko avatar Nov 21 '20 16:11 lenisko

What happens when you let it try and fix itself

iambenmitchell avatar Nov 21 '20 20:11 iambenmitchell

2020-11-21_22-13-01-vmplayer

I have checked both trusted and default - neither works

lenisko avatar Nov 21 '20 21:11 lenisko

i have the same problem. is there any guidance how to fix or we need to wait for new update? thanks all!

edit1 : app signer stop working when i unistalled code from computer. i have now tried to put xcode back and app signer works again.. whole idea was to remove xcode (12gb space) and use only apple configurator 2 for upload of apps..

FilemonCZ avatar Nov 28 '20 18:11 FilemonCZ

I'm on Big Sur and it works without any issue for me. I didn't have to update anything or swap out profiles or certificates.

kkirby avatar Nov 30 '20 05:11 kkirby

it used to work for me for a while and I'm now encountering the same issue.

Schmouly avatar Nov 30 '20 10:11 Schmouly

kkirby and Schmouly - do you have xcode installed? if i remove xcode it doesnt work. with xcode all works :-(

FilemonCZ avatar Nov 30 '20 10:11 FilemonCZ

yes I have xcode installed. it stops working since the last update of xcode 12.2. I'm trying to uninstall and reinstall it from scratch to see if it helps the matter.

Edit: Did not fix the problem.

Schmouly avatar Nov 30 '20 10:11 Schmouly

i have 12.2 xcode and it works.. anyway the idea was to unistall xcode completly and use only apple configurator 2. I guess we need to wait for official answer here

FilemonCZ avatar Nov 30 '20 11:11 FilemonCZ

yes i think so... 🤷🏻‍♂️

Schmouly avatar Nov 30 '20 15:11 Schmouly

I had the same problem too. In my case the solution was to simply remove the duplicate certificate in Keychain

meyakovenkoj avatar Jan 13 '21 23:01 meyakovenkoj

I've checked with xcode-select -p to where it points and fixed with sudo xcode-select -s /Applications/Xcode.app/Contents/Developer path to the currently installed xcode. Worked for me Also I don't think that it is possible to use app signer without xcode installed

alex-enchi avatar Feb 05 '21 23:02 alex-enchi

thanks alex-enchi, worked perfectly

pozineg avatar Mar 05 '21 16:03 pozineg

Just spent a few hours on this one. I think I found the fix, but I'm not sure.

It required a few things for me to do (some of them might not be necessary, but I'm writing that just in case):

  • Have Xcode installed as well as Xcode command line tools (xcode-select --install).
  • Make sure xcode-select -p output contains the directory of your Xcode.app. if it isn't, change in (using sudo xcode-build -r).
  • Open Keychain Access, select "System", select the "Certificates" tab, and delete those that contain "Apple Developer" (it's ok if there is no such certification) by right clicking on it.
  • In Xcode, if you're already logged in to your Apple ID, go to preferences -> accounts, select your Apple ID, click on "manage certificates" and remove all of them.
  • Close iOS-app-signer (if opened) and launch again, then use as usual. It should now be working.

lgariv avatar Mar 31 '21 15:03 lgariv

@lgariv This isn't a bug with iOS App Signer, it's just the fact that on every OS update, you need to re-install the command line tools.

I suppose I could add a check in that would prompt the user to install the command line tools if they're not present.

This specific issue also includes multiple problems, one is a error caused by certificates in the keychain, the other is caused by xcode command line tools not being installed

DanTheMan827 avatar Mar 31 '21 15:03 DanTheMan827

@alex-enchi it's definitely not possible to use this without Xcode installed, it uses the command line code signing tools provided by Xcode

DanTheMan827 avatar Mar 31 '21 15:03 DanTheMan827