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.6k stars 1.06k forks source link

Add modal if there are duplicate certificates #250

Open dnicolson opened 12 months ago

dnicolson commented 12 months ago

This adds a modal if codesign reports that there are ambiguous certificates, it's not clear how this happens but it occurs often.

The only fix appears to be removing duplicate certificates in Keychain Access.

Possibly fixes https://github.com/DanTheMan827/ios-app-signer/issues/16#issuecomment-249400778.