Home > other >  Unity Vungle IOS 'not find or use auto - linked framework' VNGMoatMobileAppKit '
Unity Vungle IOS 'not find or use auto - linked framework' VNGMoatMobileAppKit '

Time:09-27

Ld: warning: Could not find the or use auto - linked framework 'VNGMoatMobileAppKit'
Undefined symbols for architecture armv7:
"UnitySendMessage (char const *, char * const, char const *)", referenced from:
- [VungleManager vungleWillShowAdForPlacementID:] in VungleManager. O
- [VungleManager vungleAdPlayabilityUpdate: placementID: error:] in VungleManager. O
- [VungleManager vungleDidCloseAdWithViewInfo: placementID:] in VungleManager. O
- [VungleManager vungleSDKDidInitialize] in VungleManager. O
- [VungleManager vungleSDKLog:] in VungleManager. O
- [VungleManager placementPrepared: withBidToken:] in VungleManager. O
- [VungleManager vungleCreative: readyForPlacement:] in VungleManager. O
.
Ld: symbol (s) not found for architecture armv7
Clang: error: would the command failed with exit code 1 (use the -v to see invocation)

Project access to both the UnityAds and Vungle
Version VunglePlugin - 6.5.3.0 Unity2019.3.10 f1

CodePudding user response:

Lack of VNGMoatMobileAppKit libraries in Xcode to add new build in give it a try
  • Related