# Basic iOS Basic client application built for iOS using Swift. It internally uses [LiveKit Swift SDK (iOS/macOS)](https://github.com/livekit/client-sdk-swift). For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-client/ios/). ## Prerequisites - [Xcode](https://apps.apple.com/es/app/xcode/id497799835?mt=12) ## Run 1. Download repository ```bash git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git ``` 2. Launch Xcode and open `OpenViduIOS.xcodeproj` 3. **Run** the project from the menu **Product** → **Run** or by ⌘R. If you encounter code signing issues, make sure you change the **Team** and **bundle id** from the previous step.