Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Code 1 while verifying Licensing Client signature

Discussion in 'Unity Build Automation' started by FunInfused, May 11, 2023.

  1. FunInfused

    FunInfused

    Joined:
    Jun 16, 2021
    Posts:
    16
    I recently have started getting this error when I do iOS builds from the Unity Build Automation tool. My project is on version 2022.2.18f1.

    [error] [2023-05-11T14:19:43Z - Unity] [Licensing::Client] Error: Code 1 while verifying Licensing Client signature (process Id: 6643, path: "/Volumes/2022_2_18f1/Unity.app/Contents/Frameworks/UnityLicensingClient.app/Contents/MacOS/Unity.Licensing.Client")

    I'm somewhat new to Unity and I don't know where to even start here. Looking for suggestions, thanks!
     
  2. FunInfused

    FunInfused

    Joined:
    Jun 16, 2021
    Posts:
    16
    Also I don't have any issues with local builds. It is only when doing this via the Unity Build Automation tool online that I have problems.
     
  3. LFG-Sky

    LFG-Sky

    Joined:
    May 10, 2022
    Posts:
    5
    Any fixes? Also having this problem.
     
  4. FunInfused

    FunInfused

    Joined:
    Jun 16, 2021
    Posts:
    16
    I have yet to find one.

    It sounds like it could be related to some package that is in my code being too old. I've seen some comments with this same error for that reasons coming from XCode directly, but I haven't seen how to address this from the Build Automation tool.
     
  5. FunInfused

    FunInfused

    Joined:
    Jun 16, 2021
    Posts:
    16
    Also seems to be iOS specific. The Android build still works fine.