Skip to content

Pod file Changes

rohitphogat19 edited this page Mar 27, 2022 · 1 revision

After creating Broadcast Upload extension and making changes in required files, you have to install Agora pod for this target.

  1. Open Podfile and add below lines at the end of file as shown in Screenshot and run pod install command.
target 'ScreenShareBroadcast' do
    pod 'AgoraRtcEngine_iOS'
end

Note 1: ScreenShareBroadcast is for reference. You have to set same name you have chosen for Broadcast Upload Extension target.

Note 2: Please make sure you have already installed react-native-agora node module.

Pod file change

Clone this wiki locally