aschuch / QRCode

A QRCode generator written in Swift.
MIT License
738 stars 198 forks source link

compiler error #34

Open GINNOV opened 8 years ago

GINNOV commented 8 years ago

branch: Swift 2.2 xcode 7.3.x

Steps to repro: 1) clone 2) switch to branch 2.2 3) open example project in xcode and build

actual: Github/QRCode/QRCode/CIImageExtension.swift:21:15: Initializer for conditional binding must have Optional type, not 'CGImage'

/Github/QRCode/QRCode/QRCode.swift:63:41: Cannot use optional chaining on non-optional value of type 'String'

laoyur commented 7 years ago

the same issue here