Search Unity

bvr 3.4.3

Discussion in 'Unity Build Automation' started by dirty-rectangle, Dec 15, 2020.

  1. dirty-rectangle

    dirty-rectangle

    Joined:
    Apr 23, 2015
    Posts:
    78
    bradunity
    Our cloud builds all started to fail a couple of hours ago.
    Looking at the build logs the first noticeable difference is that the bvr package version has been updated from 3.4.2 to 3.4.3
    The logs from "bvr 3.4.3" also include this line which did not appear previously.
    [ScriptCompilation] Recompiling all scripts because: Define symbols chanaged
    The actual failure is a compilation fail later in our Slua integration which I think may be related to this recompile stage.
     
    Last edited: Dec 15, 2020
  2. Deleted User

    Deleted User

    Guest

    The Scripting Define Symbols in ProjectSetting file doesn't work
     
  3. Pavel_Peev

    Pavel_Peev

    Joined:
    Feb 14, 2020
    Posts:
    2
  4. sedrion

    sedrion

    Joined:
    Jan 22, 2016
    Posts:
    5
  5. CarlosVazquezG

    CarlosVazquezG

    Joined:
    Apr 2, 2019
    Posts:
    4
  6. goichishinohara

    goichishinohara

    Joined:
    Aug 24, 2020
    Posts:
    1
  7. victorw

    victorw

    Joined:
    Sep 14, 2016
    Posts:
    459
    Sorry about this, rolling back now.
     
    Pavel_Peev, sedrion and rajantande like this.
  8. allan-oooh

    allan-oooh

    Joined:
    Mar 29, 2019
    Posts:
    53
    Has this been rolled back? because all our iOS builds are currently failing with:


    12607: [Unity] ERROR: iOS framework addition failed due to a CocoaPods installation failure. This will will likely result in an non-functional Xcode project.
    12608: [Unity] After the failure, "pod repo update" was executed and succeeded. "pod install" was then attempted again, and still failed. This may be due to a broken CocoaPods installation. See: https://guides.cocoapods.org/using/troubleshooting.html for potential solutions.
    12609: [Unity] pod install output:
    12610: [Unity] Analyzing dependencies
    12611: [Unity] Cloning spec repo `cocoapods` from `https://github.com/CocoaPods/Specs.git`
    12612: [Unity] [!] Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `cocoapods`.
    12613: [Unity] You can try adding it manually in `/BUILD_PATH/.cocoapods/repos` or via `pod repo add`.


    And start with the following:


    13: /dev/disk2 Apple_partition_scheme
    14: /dev/disk2s1 Apple_partition_map
    15: /dev/disk2s2 Apple_HFS /Volumes/2019_4_5f1
    16: bvr 3.4.3
     
  9. victorw

    victorw

    Joined:
    Sep 14, 2016
    Posts:
    459
    Yeah it was a separate piece of code that got deployed at the same time, bvr is fine.