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:
-
Select Unity-Phone → UnityFramework target.
-
Go to Build phases → Link Binary With Libraries.
-
Click "Add" button and add BDMPangleAdapter.xcframework.