Closed Ashwani1992 closed 3 years ago
On building No such module 'AgoraRtcEngineKit' error.
Code on build command giving the error related to 'AgoraRtcEngineKit'.
Pods were installed and the framework section also contains the required frameworks.
Found the Solution.
Update the SDK - https://docs.agora.io/en/Video/migration_apple
Or use
pod 'AgoraRtcEngine_iOS', '~> 2.9.0'
In the pod file
Cheers!
On building No such module 'AgoraRtcEngineKit' error.
Code on build command giving the error related to 'AgoraRtcEngineKit'.
Pods were installed and the framework section also contains the required frameworks.