From 415cfdef1f6ffdfa0a962fa8c3d9c9b0109bf09a Mon Sep 17 00:00:00 2001 From: Ngo Hung Date: Mon, 13 Feb 2023 18:47:51 +0800 Subject: [PATCH] [API-9006] update build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ca0fa3..5fcdd90 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ The Demo.xcworkspace project should be created. 7. Return to the root directory where your `.xcodeproj` or `.xcworkspace` is. 8. Run the carthage command again (same as step 3). 9. The build will be successful. -10. Drag the built `ViSearchSDK.xcframework` bundles from Carthage/Build into the "Frameworks and Libraries" section of your application’s Xcode project. +10. Drag the built `ViSearchSDK.xcframework`/ `ViSenzeAnalytics.framework` bundles from Carthage/Build into the "Frameworks and Libraries" section of your application’s Xcode project. 11. If you are using Carthage for an application, select "Embed & Sign", otherwise "Do Not Embed". #### 2.3.3 Using Manual Approach