vg-identance

Results 25 comments of vg-identance

Any updates on this? > 'archivedData(withRootObject:)' was deprecated in iOS 12.0: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead > 'unarchiveObject(with:)' was deprecated in iOS 12.0: Use +unarchivedObjectOfClass:fromData:error: instead

@mxbaranov may be you downloaded sources from master and then try to install pods in example project? In this case there will be same error. You must download sources from...

Seems we have similar issue.

@Cerovec 1. Tried your sample app. Can't reproduce the issue (but may be not enough tries). 2. I don't see leaks during capturing/processing stage and the issue is still exists...

@Cerovec still get same crash on **v5.2**

@Cerovec Thanks, seems works better

@mparadina when 5.8 will be released? Currently it blocks our release with fixes for iOS 14 so it is a bit urgent. **UPDATE:** found solution on our side.

@mparadina it is complex issue for us because we implementing fat library and Microblink is a dependency of our lib and host app. To resolve issue on host app we...

@mparadina Just tested and can tell that issue still exists. I think you need to do 2 things to resolve it: * add arm64 to valid arhs (or remove EXCLUDED_ARCHS=arm64,...