Open mhannan opened 2 years ago
@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.
Last message was posted months but got no response, please assist me on this.
I have no knowledge of iXGuard. I recommend you try and solve this with the authors of that tool/library.
@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. .