maciekish / iReSign

iReSign allows iDevice app bundles (.ipa) files to be signed or resigned with a digital certificate from Apple for distribution. This tool is aimed at enterprises users, for enterprise deployment, when the person signing the app is different than the person(s) developing it.
3.53k stars 908 forks source link

resign faild #39

Open young40 opened 9 years ago

young40 commented 9 years ago

iPhone Developer: **: ambiguous (matches "iPhone Developer: ***" and "iPhone Developer: ****" in /Users/young40/Library/Keychains/login.keychain)

/var/folders/l_/6pd2mcnx28j0fr6b1s1gfl2h0000gn/T/com.appulize.iresign/Payload/战舰帝国_PP.app: invalid Info.plist (plist or signature have been modified) In architecture: armv7

LiweiDong commented 9 years ago

I encountered the same problem, how to solve?

young40 commented 9 years ago

not solved for me

frogythegreat commented 8 years ago

I'm getting this same error with latest version of iResign

frifri69 commented 8 years ago

Hi guys,

I got also the same issue. Please would explain what I have done incorrectly. The error message is: "iPhone distribution: xxxx_certificate_name_xxxx : ambiguous (matches "iphone distribution: xxxx_certificate_name_xxxx" in /Library/Keychains/System.keychain and "iPhone Distribution: xxxx_certificate_name_xxxx" in /Users/Record/Library/Keychains/login.keychain)

/var/folders/qt/3xp1tnrd125678fy0lq7vrkh0000gn/T/com.appulize.iresign/Payload/xx_App_name_xx.app: invalid Info.plist (plist or signature have been modified) In architecture: armv7

Thanks in advance,

François

ghost commented 8 years ago

Same kind of problem here :

iPhone Distribution: ***********: no identity found

/var/folders/kz/txzq2j2s0nz7s4vg47y6hgcr0000gq/T/com.appulize.iresign/Payload/PlopMessengeriOS.app: invalid Info.plist (plist or signature have been modified)
In architecture: armv7
stevemoser commented 8 years ago

I had the

invalid Info.plist (plist or signature have been modified) In architecture: armv7

issue. I got it work by restarting the app then making sure to select the matching certificate for the provisioning profile. Sometimes iResign is slow to bring up the default cert and I was able to click the 'ReSign!' button before the default cert was selected in the dropdown or it selected the wrong cert by default. So just make sure the correct cert is selected.

frogythegreat commented 8 years ago

I've found that This error occurs on some machines but not others. They're all fresh installs, using the same code base and cert files. On some resigning is successful, on others I get this error. It seems like some permissions around the cert itself maybe? This is very frustrating.

alexivaylov commented 8 years ago

Hi, I had the same problem for an old app when I tried using the latest versions of everything (iResign 1.4 (1.0), xCode 7.3.1 and OSX El Captain 10.11.4). I have found two methods to fix this. First one is to make sure the field for the entitlements is blank before clicking "ReSign!". The other method is resigning the app on an older (virtual) box with same version of iResign but xCode version 5.1.1 and OSX Mavericks 10.9.5.

jmprice18 commented 7 years ago

This issue is also caused by having duplicate signing certificates on your keychain. When upgrading to Sierra, my Developer and Distribution signing identities were duplicated between System and Login keychain. I exported a backup and removed the System one.

sehrgut commented 6 years ago

Duplicate keys should not be an issue. This is the result of matching by CN instead of fingerprint.

sehrgut commented 6 years ago

This PR fixes it, I believe. https://github.com/maciekish/iReSign/pull/86

coolmk09 commented 5 years ago

Hi all,

I have getting started to see this error. It was not exists earlier thumbnail_IMG_20190712_140641

I have verified profile and certificate both are valid. Can someone help me to debug this issue?