Search Unity

After upgrading Unity to latest cloudbuild started to fail, can't find function on class?

Discussion in 'Unity Build Automation' started by chillypacman, Jun 29, 2017.

  1. chillypacman

    chillypacman

    Joined:
    Oct 1, 2011
    Posts:
    71
    I updated my project from Unity 5.3 to 5.6, it still compiles and runs fine when I do it myself but for cloudbuilding.

    I get two errors, one about Facebook.instance not existing (it does) and the other is totally new: "
    -Werror=non-modular-include-in-framework-module"

    The build settings are up to date for 5.6.

    Any ideas what's going on?