evermeer / PassportScanner

Scan the MRZ code of a passport and extract the firstname, lastname, passport number, nationality, date of birth, expiration date and personal numer.
BSD 3-Clause "New" or "Revised" License
457 stars 101 forks source link

EXC_BAD_ACCESS error at ImageConsumer.addSource #8

Closed litkod closed 7 years ago

litkod commented 7 years ago

Hi,

I am always hitting that error on EVGPUImage2, ImageConsumer.addSource and I've found not much help on this matter.

This happens when I click on the SCAN button in the demo project.

I am running the demo on ios 10.2 on a iPhone6+.

screen shot 2017-01-05 at 5 55 11 pm
evermeer commented 7 years ago

My bad... This was caused by the latest rename of GPUImage2 to EVGPUImage2 (so that there could be full support for Cocoapods)

I just published a new version 2.0.2 that solves this issue.