FacePlusPlus / MegviiFacepp-iOS-SDK

An iOS wrapper of MegviiFacepp SDK (the mobile SDK).
Apache License 2.0
50 stars 19 forks source link

报了四个错误....不打包.a,直接用官网加到项目 #15

Open Mayxueyin opened 7 years ago

Mayxueyin commented 7 years ago

Undefined symbols for architecture i386: "_OBJCCLASS$_MGVideoManager", referenced from: objc-class-ref in MGMarkSetViewController.o "_OBJCCLASS$_MGImageData", referenced from: objc-class-ref in MarkVideoViewController.o objc-class-ref in DetectOneViewController.o "_OBJCCLASS$_MGLicenseManager", referenced from: objc-class-ref in MGFaceLicenseHandle.o "_OBJCCLASS$_MGFacepp", referenced from: objc-class-ref in MainViewController.o objc-class-ref in MGFaceLicenseHandle.o objc-class-ref in MGMarkSetViewController.o objc-class-ref in DetectOneViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

moon5ckq commented 7 years ago

SDK 不支持用模拟器编译和运行,需要你使用真机进行测试。

Mayxueyin commented 7 years ago

果然,谢谢.开始我想在模拟器跑通再移到真机的.