Skip to main content

Library not found for -lBDMPangleAdapter

Unity: All versions | Appodeal SDK: 3.0.0 or newer


Error "Library not found for -lBDMPangleAdapter" occurs if BDMPangleAdapter.xcframework was not added in Link Binary With Libraries.

The error log example (in the Xcode issue navigator):

Library not found for -lBDMPangleAdapter

To fix this issue:

  1. Select Unity-Phone → UnityFramework target.

  2. Go to Build phases → Link Binary With Libraries.

  3. Click "Add" button and add BDMPangleAdapter.xcframework.