AgoraIO-Extensions / Agora-Flutter-SDK

Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows
https://pub.dev/packages/agora_rtc_engine
MIT License
735 stars 381 forks source link

AgoraRtcWrapper error on iOS App #635

Closed fflores-facephi closed 2 years ago

fflores-facephi commented 2 years ago

After updating the plugin version to 5.0.1, I get the following error when launching the iOS app:

Library not loaded: @rpath/AgoraRtcWrapper.framework/AgoraRtcWrapper Referenced from: /private/var/containers/Bundle/Application/5718DF1D-D918-4DAD-AFCC-47012BD6B6ED/ios.app/Frameworks/agora_rtc_engine.framework/agora_rtc_engine

LichKing-2234 commented 2 years ago

have you run pod install successd?

fflores-facephi commented 2 years ago

Yes, I have, but I got the same result.

All these references to agora appear in the file podfile.lock, but none is AgoraRtcWrapper

littleGnAl commented 2 years ago

Maybe you should run flutter clean first

fflores-facephi commented 2 years ago

We have changed the PODFILE file of the client application, replacing "AgoraRtcEngine_iOS" with "AgoraIrisRTC_iOS" and the error no longer appears.

Thanks!!!

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue.