I’m using the latest version of Corona SDK (Build 2016.2830) and when I build my app, the build fails (for iOS) with the following message:
Undefined symbols for architecture armv7: "\_OBJC\_CLASS\_$\_WKWebView", referenced from: l\_OBJC\_$\_CATEGORY\_WKWebView\_$\_VungleWKWebView in libads-vungle.a(WKWebView+VungleWKWebView.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) May 21 21:40:32.702: BUILD ERROR: There was a problem linking the app.
Something has changed with the plugin I think as I was able to build my app a few days ago. When I comment the Vungle plugin entry the build works as expected.
Is anybody else experiencing this?
My build.settings vungle plugin entry is simply:
["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle" }