Search Unity

Vuforia - cloudBuild for iOS fails - windows build OK

Discussion in 'Vuforia' started by dmennenoh, Jan 25, 2019.

  1. dmennenoh

    dmennenoh

    Joined:
    Jul 1, 2015
    Posts:
    379
    I'm using CloudBuild to build for iOS. Using 2018.3 and the latest Vuforia. When I try and build using CB I get all kinds of missing assembly reference errors for Vuforia. Yet I can switch targets and build for Windows just fine.
    I get like 30 of these using CloudBuild:
    Assets/Vuforia/Scripts/DefaultInitializationErrorHandler.cs(18,50): error CS0246: The type or namespace name `VuforiaMonoBehaviour' could not be found. Are you missing an assembly reference?

    and 0 when building locally for Windows.
     
  2. dmennenoh

    dmennenoh

    Joined:
    Jul 1, 2015
    Posts:
    379
    OK - it seems Cloud Build is the problem...
    I can build fine for Android as well, but I can't build for iOS on my machine. Maybe the latest Vuforia is not working on Cloud Build yet? Any idea when this might be fixed? I'm supposed to have this working on iOS already.
     
  3. dmennenoh

    dmennenoh

    Joined:
    Jul 1, 2015
    Posts:
    379
    Sorry, finally saw that CloudBuild was using 2017.2 and not 2018.3. Thought I had set it... works fine now.