Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.41 KB

manual-installation.md

File metadata and controls

25 lines (18 loc) · 1.41 KB

Embedded Framework Installation

Prerequisties

Azure Communication Mobile UI Library requires a few dependencies. Please import the following libraries into your project if you prefer manually embedding Mobile UI Library.

Manual Installation Steps

  • Open Terminal and cd to your project root directory
  • Run git init if there is no repository set up inside your project
  • Add Mobile UI Library as a git submodule:
git submodule add https://github.com/Azure/azure-communication-ui-library-ios
  • Open the newly added folder from running the command and navigate into AzureCommunicationUI subfolder, drag the AzureCommunicationUI.xcodeproj into your Xcode project's Navigator
  • Match the deployment target of AzureCommunicationUI.xcodeproj with your application target
  • Select your application project in the Xcode Navigator, and open the target you want to import Mobile UI Library
  • Open the "General" panel and click on the + button under the "Frameworks and Libraries" section
  • Select AzureCommunicationUI.framework and then you can import AzureCommunicationUI inside the code to use Mobile UI Library