We are currently experimenting problems with our iOS project which earlier built successfully on CircleCI. In our configuration we are using fastlane tool (gym) in order to ship an ipa file.
Whenever our project try to sign an external framework (e.g. Alamofire) the build hangs and after ten minutes goes in a timeout state. In our local machines the procedure is completed without problems.
Any clues? Can I provide you some additional info in order to fix the problem?
I have just started getting the same issues with one of my builds when it gets to Alamofire.
However i am not using fastlane as the client controls the certificates so i can’t automate their creation (plus i don’t really see the point of using fastlane).
At the moment i am currently creating a keychain and importing the certificates, moving the provisional profiles into the correct folder and unlocking the keychain.
Now if i run security list-keychains and security find-identity -p codesigning then it shows the keychain has been set up and the identities were found.
I am not getting any issues about profiles not being found or any other code signing issues but it seems to timeout when signing Alamofire.