Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Video Recorder breaks cloud build

Discussion in 'Audio & Video' started by any_user, Nov 14, 2018.

  1. any_user

    any_user

    Joined:
    Oct 19, 2008
    Posts:
    374
    When I try to build a project with recorder for iOS on cloud build, it fails with this error message:

    Code (CSharp):
    1. 192: error: exportArchive: Code signing "fccore.bundle" failed.
    2. 193: Error Domain=IDEDistributionPipelineErrorDomain Code=0 "Code signing "fccore.bundle" failed." UserInfo={NSLocalizedDescription=Code signing "fccore.bundle" failed., NSLocalizedRecoverySuggestion=View distribution logs for more information.}
    3. 194: Error packaging up the application
    4. 195: [!] Error packaging up the application
    It works when building locally, after removing the samples that made problems when building. I don't use anything from the recorder in the build. Other builds (standalone, android) work on cloud build.

    Any ideas to work around that? Is this a known issue?

    Unity version is 2018.2.15, recorder 1.0.2-preview.
     
  2. kyubuns

    kyubuns

    Joined:
    Aug 6, 2013
    Posts:
    138
    I have same problem.
     
  3. jbergs

    jbergs

    Joined:
    Feb 13, 2014
    Posts:
    26
    Yup, same problem.. any solutions?