参考链接:https://www.jianshu.com/p/e9e572b13939
上面已经写的很明确了 ,主要操作都写的很明确
需要主要的几个点 :
1. 导入第三方下载来的SDK依赖库 使用custom= "true"
<framework src="src/ios/libs/faceLiveReflect.framework" custom="true" />
2.导入ios依赖库
<framework src="WebKit.framework" weak="true" />
3.导入bundle资源使用resource-file
<resource-file src="src/ios/Resources/PEDat_wb.bundle" />
4.导入本地需要使用的controller
<source-file src="src/ios/Tools/WBCloudFaceNetManager.h" />