BUILD ERROR: There was a problem linking the app.

Hi there,

If I try to build my app for device and have any of the following plugins activated, it doesn’t work:

plugins =
    {

        [“plugin.flurry.analytics”] = { publisherId = “com.coronalabs”, supportedPlatforms = { iphone=true, android=true } },
        [“plugin.google.play.services”] = { publisherId = “com.coronalabs”, supportedPlatforms = { android=true }},

        [“plugin.openssl”] = { publisherId = “com.coronalabs” },
        [“CoronaProvider.native.popup.social”] = { publisherId = “com.coronalabs” }
    },

This is the error message:

ERROR: Builder failed: clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7

I’m using Daily Build 2016.3007 and the same problem occurs with the latest Public Release.

XCode 8.2.

Any help highly appreciated,

Roman

– Update

Nevermind, I just had to raise the MinimumOSVersion parameter.