iOS build: CodeSign failed
In case you ever stumble over error messages like when building an iOS app with fastlane (in this case, implemented with NativeScript), try to manually unlock the keychain in your build: security unlock-keychain -p $CERT_KEYCHAIN_PASSWORD In my case, that helped in the end – manually installing WWDR certificates and other hints I found did not.