You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
.
The text was updated successfully, but these errors were encountered:
@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.
@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.
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.
.
The text was updated successfully, but these errors were encountered: