Darren Ford
Darren Ford
Hi @zdolson, sorry that you've been having problems. After reading this I had a wander through the qrcodegen source and found that it is always overwriting the default values for...
Closed due to lack of feedback
Hey @VityaSchel, I'm not sure that the QR code [specification](https://www.qrcode.com/en/about/standards.html) supports a 'no error correction' mode. Both the Core Image QRCode generator and the external generator require a minimum level...
@VityaSchel sorry you've been having issues - It appears to be a [known concern](https://aptabase.com/blog/how-to-fix-swift-package-missing-architecture) [(archived link)](https://web.archive.org/web/20240317221542/https://aptabase.com/blog/how-to-fix-swift-package-missing-architecture) Given that QRCode is built from source (ie. I'm not distributing a binary) the...
Closing due to lack of feedback
It seems like this issue has been fixed with Xcode 14.2 - I can no longer reproduce the issue! Can anyone try updating to Xcode 14.2 and see if it's...
Okay it seems like this has been resolved by upgrading to Xcode 14.2
Added an [idea discussion](https://github.com/dagronf/QRCode/discussions/8) rather than mark as an issue.
v13 adds cocoapods support
@MattTimmons There are two `enumerateAsArray` calls that both have all parameters as default or optional. As a result, calling `enumerateAsArray` with no parameters as per the README example won't be...