I am using https://github.com/kuapay/iOS-QR-Code-Generator in my app to generate qr code. In my app i would like to generate the code more than once without closing the app. But If i use this script. it works fine for the first time. for the second time if I try to launch without closing the app then the app gets closed automatically. I believe this is due to memory management bug in file management. I'm not sure.
I have uploaded my script here.(Click here to download) Try to launch this app and click the button to generate the code. repeat the same step again. Please help me.