Build error code 5

Hi. I have just installed the latest daily to use the new notifications plugin and I’m getting the same build failed (5) error as the users above? I tried 2015.2548 and 2015.2546 and was going to try 2542 as that’s when the new plugin was introduced, but that daily build seems to not exist anymore?

2534 works fine, but the notifications plugin isn’t available.

Is there any additional information in your console log?

Rob

I’m pretty sure that yesterday it was complaining about similar issues to the above (mv -f) … having just re-installed the latest daily 2548 I get the following:

Feb  3 18:31:07.897: builder: buildOptions: {

Feb  3 18:31:07.897:   “dstDir”:"/Users/marcomark/Documents/Silvanite/Projects/Builds/SilvaniteMobile.app",

Feb  3 18:31:07.897:   “dstName”:“SilvaniteMobile”,

Feb  3 18:31:07.897:   “dstPath”:"/Users/marcomark/Documents/Silvanite/Projects/Builds/SilvaniteMobile.app/SilvaniteMobile",

Feb  3 18:31:07.897:   “librarySearchPaths”:["/Users/marcomark/Documents/Silvanite/Projects/Builds/SilvaniteMobile.app/.build/libtemplate"],

Feb  3 18:31:07.897:   “pluginsDir”:"/Users/marcomark/Documents/Silvanite/Projects/Builds/SilvaniteMobile.app/.build",

Feb  3 18:31:07.897:   “tmpDir”:"/var/folders/5f/zwr3hz1d7dzd1dydtz1371xc0000gn/T/CLtmp2wXIqM",

Feb  3 18:31:07.897:   “verbose”:false

Feb  3 18:31:07.897: }

Feb  3 18:31:08.326: ERROR: Builder failed: Undefined symbols for architecture armv7:

Feb  3 18:31:08.326: BUILD ERROR: There was a problem linking the app.

 

Check the console for more information.

Feb  3 18:31:08.326:   “_OBJC_CLASS_$_ASIdentifierManager”, referenced from:

Feb  3 18:31:08.326:       objc-class-ref in libads-admob.a(GADDevice.o)

Feb  3 18:31:08.326:       objc-class-ref in libads-admob.a(GADGestureIdUtil.o)

Feb  3 18:31:08.326: ld: symbol(s) not found for architecture armv7

Feb  3 18:31:08.326: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Feb  3 18:31:08.330: iOS build failed (5)

Are you using any plugins?

Yes.

plugins =

    {

        [“facebook”] =

        {

            publisherId = “com.coronalabs”,

        },

        [“CoronaProvider.ads.admob”] =

        {

            publisherId = “com.coronalabs”,

        },

        [“CoronaProvider.native.popup.social”] =

        {

            publisherId = “com.coronalabs”

        },

    },

Removed all plugins and all is well.

Without seeing your whole build.settings, it’s going to be hard to look for problems.  You can also add the plugins back one at a time to see if a specific plugin is causing the problem. 

Rob