microsoft / Cognitive-Face-iOS

iOS SDK for the Microsoft Face API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
184 stars 64 forks source link

getting linking Error with Xcode 9.2 #44

Closed NikhilPrajapat1994 closed 6 years ago

NikhilPrajapat1994 commented 6 years ago

Undefined symbols for architecture x86_64: "_OBJCCLASS$_PersistedFace", referenced from: objc-class-ref in MPOSimilarFaceViewController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

StephGuyzmo commented 6 years ago

Undefined symbols for architecture arm64: "_OBJCCLASS$_PersistedFace", referenced from: objc-class-ref in MPOSimilarFaceViewController.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

vengalraopnws commented 6 years ago

Undefined symbols for architecture i386: "_OBJCCLASS$_PersistedFace", referenced from: objc-class-ref in MPOSimilarFaceViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

vengalraopnws commented 6 years ago

Undefined symbols for architecture arm64: "_OBJCCLASS$_PersistedFace", referenced from: objc-class-ref in MPOSimilarFaceViewController.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1

Lowellr commented 6 years ago

I am having the same problem, no solution so far.

ribbon-xx commented 6 years ago

metoo and they dropped their project

huxuan commented 6 years ago

Hi everyone, thanks for your reporting and sorry for the late reply. The corresponding issue should have been fixed by pull request #45. Specially thanks to @llkpersonal for the contribution. I also updated the version to 1.4.1 and it is already updated in cocoapods. Please feel free to try the new version and let me know if there is any concern.

huxuan commented 6 years ago

Close as problem resolved. Please feel free to reopen it if there is any further related questions.