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.55k stars 1.05k forks source link

fix bug No codesigning certificates found, #49 && #16 #170

Open DavidWanderer opened 3 years ago

DanTheMan827 commented 3 years ago

what is the difference between codesigning and appleid?

I've never had any issues with code signing aside from the occasional time where I'll end up with an expired certificate next to my valid one.

josegonzalez commented 3 years ago

This also appears to not have output for me but has output when switching to the value specified in the PR. Not sure what might happen if I switch as I'm using the built version and haven't recompiled this.

DavidWanderer commented 3 years ago

what is the difference between codesigning and appleid?

I've never had any issues with code signing aside from the occasional time where I'll end up with an expired certificate next to my valid one.

Indeed, in most cases, a valid certificate can be found, but I did encounter a situation where the certificate cannot be found.

MHarlock commented 3 years ago

same issue with xcode 12.7 catalina 10.15.7

DanTheMan827 commented 3 years ago

@DavidWanderer Do you know if this still works with older versions of macOS?

DavidWanderer commented 3 years ago

@DavidWanderer Do you know if this still works with older versions of macOS?

Yes, it still works with older versions of macOS.

jirikrepl commented 2 years ago

this helped me: https://help.twixlmedia.com/hc/en-us/articles/115000790705-iOS-Manage-signing-certificates-for-your-apps

  1. Launch Xcode
  2. Go to the Preferences...
  3. Select the Account tab
  4. Select your account
  5. Select the appropriate Team and click on Manage Certificates... (Note that Distribution certificates belong to the team but only the Account Holder or Admin role can create distribution certificates. If you’re enrolled as an individual, you are the Account Holder).
  6. Click on the + icon and select the type of certificate you need, depending on the Build Type. For more info about Build Types, see this article. Xcode will do the signing request, get and download the certificate and add it to your Keychain! We told you we made it easier! 5fcd1a56-85fe-45a6-8e3f-75c912b4e5e4
ColonelXing commented 2 years ago

来信已收到!我会尽快回复。