IBM / ar-resume-with-visual-recognition

An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
https://developer.ibm.com/patterns/create-an-augmented-reality-application-with-facial-detection/
Apache License 2.0
73 stars 26 forks source link

Build failing with errors #36

Closed RiyaMRoy04 closed 5 years ago

RiyaMRoy04 commented 5 years ago

Build is failing and hitting with below attached error. Please help in resolving the same!

screen shot 2018-12-11 at 9 37 37 pm
stevemar commented 5 years ago

This is related to a few backwards incompatible changes to the watson SDK.

specifically the listClassifiers and classifyLocal methods have changed to have two results (response and error):

        visualRecognition.listClassifiers { response, error in

https://github.com/watson-developer-cloud/swift-sdk/blob/add0c54377232f58430fa5e4e43ea0ad23fc4c43/Tests/VisualRecognitionV3Tests/VisualRecognitionTests.swift#L97

markstur commented 5 years ago

@RiyaMRoy04 I pushed build fixes, but I don't have a fully working test environment. Can you test this?

RiyaMRoy04 commented 5 years ago

@stevemart Thank you for the update! @markstur Sure, will test and update you!