timdonnelly / Advance

Physics-based animations for iOS, tvOS, and macOS.

Home Page:http://timdonnelly.github.io/Advance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team ID in project

ecarnevale opened this issue · comments

Disclaimer: Carthage newbie here, but I created the Cartfile and did:

carthage update --platform iOS
*** Fetching Advance
*** Checking out Advance at "0.9"
*** xcodebuild output can be found in /var/folders/_l/d2wy_rhd1kg7h_rz74px4hmh0000gn/T/carthage-xcodebuild.64oimv.log
*** Building scheme "Advance" in Advance.xcodeproj
** BUILD FAILED **


The following build commands failed:
    Check dependencies
(1 failure)
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “HV4J834MC8” were found.
A shell task failed with exit code 65:
** BUILD FAILED **


The following build commands failed:
    Check dependencies
(1 failure)

is something that you can do or is it at Carthage level?

Hi @ecarnevale - I'm not super familiar with how Carthage works either, but that team ID is not ours and doesn't appear anywhere in the project (I even tried opening the project file itself in a text editor and searching for that team ID string just to be extra sure). As far as I can tell, it must be something that Carthage is doing or something that's configured on your machine. Code signing is currently required for building the framework, so maybe you can check to see if your signing cert is valid on that machine?

I was able to build the framework using Carthage by creating a Cartfile containing github "Storehouse/Advance" "master" and running carthage update, for what it's worth.

I'm going to close this issue for now, but feel free to re-open or file again if it's still broken next time you try.