|
@@ -6,15 +6,15 @@
|
6
|
6
|
|
7
|
7
|
双击项目文件,选择targets 点击 General 标签 在 Frameworks,Libraies,and Embedded Content点击加号,选择add files,选择复制进来的cepmSdk.framework
|
8
|
8
|
|
9
|
|
-![image-20210122162135571](/Users/dylan/Library/Application Support/typora-user-images/image-20210122162135571.png)
|
|
9
|
+![image-20210122162135571](https://tva1.sinaimg.cn/large/008eGmZEly1gmzsdx2otnj31gb0u0gr5.jpg)
|
10
|
10
|
|
11
|
|
-![image-20210122162239159](/Users/dylan/Library/Application Support/typora-user-images/image-20210122162239159.png)
|
|
11
|
+![image-20210122162239159](https://tva1.sinaimg.cn/large/008eGmZEly1gmzsemh56mj30u00uq49c.jpg)
|
12
|
12
|
|
13
|
|
-![image-20210122162321663](/Users/dylan/Library/Application Support/typora-user-images/image-20210122162321663.png)
|
|
13
|
+![image-20210122162321663](https://tva1.sinaimg.cn/large/008eGmZEly1gmzseu9wovj31co0r87d8.jpg)
|
14
|
14
|
|
15
|
15
|
在Build Phases中,Link Binary With Libraries中加入cepmSdk.farmework
|
16
|
16
|
|
17
|
|
-![image-20210125105515756](/Users/dylan/Library/Application Support/typora-user-images/image-20210125105515756.png)
|
|
17
|
+![image-20210125105515756](https://tva1.sinaimg.cn/large/008eGmZEly1gmzseyi0b0j31fv0u0q9b.jpg)
|
18
|
18
|
|
19
|
19
|
|
20
|
20
|
|
|
@@ -22,19 +22,19 @@
|
22
|
22
|
|
23
|
23
|
将UI和Sdks文件夹,复制到项目目录下,然后在xcode里对项目最外层点击add File to xxx,xxx为你的项目名
|
24
|
24
|
|
25
|
|
-![image-20210125103719891](/Users/dylan/Library/Application Support/typora-user-images/image-20210125103719891.png)
|
|
25
|
+![image-20210125103719891](https://tva1.sinaimg.cn/large/008eGmZEly1gmzsf2rbp5j30tk0x2qag.jpg)
|
26
|
26
|
|
27
|
27
|
然后再设置里,引入以下framework包
|
28
|
28
|
|
29
|
|
-![image-20210125105206483](/Users/dylan/Library/Application Support/typora-user-images/image-20210125105206483.png)
|
|
29
|
+![image-20210125105206483](https://tva1.sinaimg.cn/large/008eGmZEly1gmzsf5zuldj31ga0u0tem.jpg)
|
30
|
30
|
|
31
|
31
|
再将Build Setting中的Other Linker Flags设置为-ObjC
|
32
|
32
|
|
33
|
|
-![image-20210125105317171](/Users/dylan/Library/Application Support/typora-user-images/image-20210125105317171.png)
|
|
33
|
+![image-20210125105317171](https://tva1.sinaimg.cn/large/008eGmZEly1gmzsfc814vj31cu0u0qau.jpg)
|
34
|
34
|
|
35
|
35
|
最后在Build Settings中,将Validate Workspace设置为YES
|
36
|
36
|
|
37
|
|
-![image-20210125105642191](/Users/dylan/Library/Application Support/typora-user-images/image-20210125105642191.png)
|
|
37
|
+![image-20210125105642191](https://tva1.sinaimg.cn/large/008eGmZEly1gmzsf9c8w8j31dl0u0dnq.jpg)
|
38
|
38
|
|
39
|
39
|
## 人脸采集接口
|
40
|
40
|
|