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

141 views Asked by At

Just facing an error in an Objectice-C project where I'm using MBProgressHUD framework [link: https://github.com/jdg/MBProgressHUD]. When I generate a debug build it works fine but it doesn't work and popout an error when I try to generate a signed iOS build.

Note: I'm using the iXGuard in my project, and it works fine without this library, I tried to keep this framework & classes but no resolution. Not sure what am I missing.

enter image description here

0

There are 0 answers