The ProblemAbsolutely unable to get an automated build for what appears to be automatic/manual codesigning issues.Build environmentTravis CI running Xcode 8 GM, with Fastlane 1.103.0Our project contains 8 subprojects, some private.2 are git submodules (internally developed projects), the remainder are part of a git subtree (externally developed SDKs)TL;DR: manual code signing set on the parent project is not respected by subproject dependencies, which attempt to sign themselves with their own set of rulesThis codesigning conflict causes build failures in Xcode 8 GM xcodebuild command line utility.The Long VersionTrying to do builds using Gym (which runs xcodebuild) I get the following 2 dependency failures.▸ Building Framework/iOSReachability [Release]▸ Check Dependencies▸ Building Adjust/AdjustSdk [Release]▸ Check Dependencies** ARCHIVE FAILED** The following build commands failed: Check dependencies Check dependencies (2 failures) ERROR [2016-09-21 01:43:12.28]: Exit status: 65Checking the
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags:
Signing Certificates
Provisioning Profiles
0
0
4.2k