DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.61k stars 1.06k forks source link

Not Working On BigSur #166

Open isaichaitanya opened 3 years ago

isaichaitanya commented 3 years ago

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

lenisko commented 3 years ago

same for me

iambenmitchell commented 3 years ago

Re create your developer certificates in Xcode.

lenisko commented 3 years ago

Didn't helped @MrBenFTW

iambenmitchell commented 3 years ago

What happens when you let it try and fix itself

lenisko commented 3 years ago

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

I have checked both trusted and default - neither works

FilemonCZ commented 3 years ago

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..

kkirby commented 3 years ago

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.

Schmouly commented 3 years ago

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

FilemonCZ commented 3 years ago

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

Schmouly commented 3 years ago

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.

FilemonCZ commented 3 years ago

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

Schmouly commented 3 years ago

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

meyakovenkoj commented 3 years ago

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

alex-enchi commented 3 years ago

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

pozineg commented 3 years ago

thanks alex-enchi, worked perfectly

lgariv commented 3 years ago

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):

DanTheMan827 commented 3 years ago

@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 commented 3 years ago

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