Error 65. (Jenkins) CodeSign UnityFramework.framework

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

1 Like

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?