microsoft/Cognitive-Face-iOS

Coach on swift 4.0 version

chandanmishra1995 opened this issue · 3 comments

Hello team,
I have tried this SDK on swift 4.0 version and import MPOFaceSDK.h and #import <ProjectOxfordFace/MPOFaceSDK.h> in bridging header
after integration and apply the face detect code it get crash in completion block, says Thread 1: EXC_BAD_ACCESS (code=1, address=0x10) ,
please provide any SDK on swift version.
Or give any solution to implement this SDK on swift.

screen shot 2017-11-01 at 7 53 13 pm

Hi @chandanmishra1995, I am not an iOS dev expert, but for our iOS SDK, we use cocapods for the package management, as it is written in Obj-C rather than swift. I think you may also need that for using the package. Feel free to reach back if you have any further questions.

Now it is working, my pod is not working well so that i got all the files in internal structure
Thanks for giving me your time.

Close as problem resolved.