AgoraIO-Community / AR-Remote-Support

This is a POC of how to build a Remote support app (similar to Vuforia Chalk) using ARKit and Agora.io's Video SDK.
MIT License
23 stars 11 forks source link

No such module 'AgoraRtcEngineKit' #19

Closed Ashwani1992 closed 3 years ago

Ashwani1992 commented 4 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.

Ashwani1992 commented 4 years ago

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!