Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Code Signing. The executable 'Payload/myapp.app/Frameworks/PKHUD.framework' must e signed with the certificate... #632

Open
mhannan opened this issue Jul 25, 2022 · 3 comments

Comments

@mhannan
Copy link

mhannan commented Jul 25, 2022

Just facing an error in an Objectice-C project where I'm using MBProgressHUD framework. It works fine on debug build but it doesn't work when I try to generate a signed build.
Note: I'm using the iXGuard in my project, and it works fine without this library, I tried to keep the framework classes but still facing same issue. Not sure what am I missing.
MBProgressHUD framework issue
.

@mhannan
Copy link
Author

mhannan commented Oct 3, 2022

@Jeehut @matej Looking forward for your support on this have been stuck on this since few months. I have been using this library since XCode v3.2 but now it's 14+.

Last time it was working ok but now all of a sudden this library started giving me errors when I try to upload my app via XCode.

Here are the things I analyzed:
a). When I generate a plain build without integrating iXGuard (code obfuscation library) then XCode doesn't give me any error and the build gets uploaded without any issue.
b). However, when I try to integrate iXGuard library then XCode gives me this error (as shared in 1st message above) while uploading the build.

  • I can not generate the production build without iXGuard, and in iXGuard I am keeping all of the libraries as it is - so those don't get obfuscated.
  • There is no other error as you can see causing me such issues, further you can advise.
  • I have also done with the re-installing all the linked PODs, but same error.

Last message was posted months but got no response, please assist me on this.

@matej
Copy link
Collaborator

matej commented Oct 3, 2022

I have no knowledge of iXGuard. I recommend you try and solve this with the authors of that tool/library.

@Jeehut
Copy link
Contributor

Jeehut commented Oct 5, 2022

@mhannan I am no longer using MBProgressHUD (I fully switched to SwiftUI), but if MBProgressHUD doesn't work for you anymore, you might want to try out one of the many similar Objective-C alternatives such as SVProgressHUD or JGProgressHUD, maybe they will work better for your use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants