I have an app using the archiver library. It works in debug mode, but when I try the release mode, it crashes during the unzip process. The task is to make it work.
I know it sounds crazy and I know it is hard to determine how much time it might take to solve the problem. Therefore I am willing to pay per hour. Of course you can make an offer for a fixed price.
It's going to be an initialisation issue - I think in debug mode intialises 'everything' whereas release mode attempts to minimise the time taken to start an App so only re-initialises what it's told to.