Upgrade to version 5.1.1 and above

In version 5.1.1, the framework has switched to XCFramework. You’ll need to upgrade pod to version 1.10.0 or higher. Otherwise, you might face these issues:

  1. When running or building the app, the SDK fails to load, showing an error like:
    dyld: Library not loaded: @rpath/RongChatRoom.framework/RongChatRoom
    Referenced from: /var/containers/Bundle/Application/7DF12BD0-BDC4-4E46-BA07-295C0BA89CF2/SealTalk.app/SealTalk
    Reason: image not found

  2. Error: ld: framework not found RandomNames.xcframework

Reference: https://stackoverflow.com/questions/59102554/framework-not-found-xcframework

These issues occur because pod fully supports XCFramework starting from version 1.10.0.

Note: If you don’t want to upgrade pod, we recommend using version 5.1.0 or earlier.