No Description

ios.md 1017B

iOS Installation

Prerequisites

  • You should installed and linked react-native-agora
  • Xcode 10.0+
  • cocoapods
# installed ruby first then run it
gem install cocoapods

Step 1. install pod dependencies

pod install

Step 2. Open Workspace Project in Xcode

Open ios/projectName.xcworkspace with XCode Step 2

Step 3. Add RCTAgora to the Project Libraries folder

Step 3.1 Step 3.2

Step 4. Add Linked Library to the xcode project

Step 4.1 Step 4.2 Step 4.3

Step 5. Set Framework and Libraries Search Paths

Step 5.1 Step 5.2

Step 6. build and run it with xcode