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

Error 65. (Jenkins) CodeSign UnityFramework.framework

Discussion in 'iOS and tvOS' started by UnityTester33, Jun 4, 2020.

  1. UnityTester33

    UnityTester33

    Joined:
    Dec 17, 2016
    Posts:
    7
    Hi
    My setup:
    Jenkins 2.238
    Unity 2019.3.14f1
    XCode 11.3.1
    Fastlane 2.149.1

    Xcodebuild made error: CodeSign UnityFramework.framework

    I have tried: lock/unlock keychain, automatically sign only Unity-iPhone, but not Unityframework, and many others combinations...

    Does anyone knows what kind of fastlane command will solve this?

    Details:
    ** ARCHIVE FAILED **
    09:24:45
    09:24:45
    09:24:45 The following build commands failed:
    09:24:45 CodeSign /Users/Shared/Jenkins/Home/workspace/AppIOS/iOS/derivedData/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/InstallationBuildProductsLocation/Applications/userapp01.app/Frameworks/UnityFramework.framework
    09:24:45 (1 failure)
    09:24:45 [09:24:44]: Exit status: 65
     
    ArthurAulicino likes this.
  2. Yijiankeji

    Yijiankeji

    Joined:
    Jul 27, 2019
    Posts:
    43
    The same issue.

    11:02:59 Code Signing Error: UnityFramework has conflicting provisioning settings. UnityFramework is automatically signed, but provisioning profile Automatic has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor.

    Anybody know how to solve this?