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' #8

Closed Vishnupriya5htc closed 4 years ago

Vishnupriya5htc commented 4 years ago

while running this sample, I am getting No such module 'AgoraRtcEngineKit' issue

digitallysavvy commented 4 years ago

Did you run pod install ?

Vishnupriya5htc commented 4 years ago

Yes

Vishnupriya5htc commented 4 years ago

i have faced the issue No such module 'AgoraRtcEngineKit'. Also I have tried in Swift 4.2 and 5 versions also. But I am getting same error.

digitallysavvy commented 4 years ago

It seems that the pod did not install correctly or for some reason Xcode isn't recognizing it. Can you try closing Xcode, re-run pod install and then open the .xcworkspace file.

Let me know if this corrects your issue.

as a side note: I recommend that you use Swift 4.2 for running this project. If must use Swift 5, please update the ARVideoKit dependency in the pod file

digitallysavvy commented 4 years ago

@Vishnupriya5htc any updates? Were you able to get the project working?

digitallysavvy commented 4 years ago

@Vishnupriya5htc I assume you have resolved this issue.