Closed rr-james-hickman closed 3 years ago
@cerupcat has issues with Swift as well. I don’t know anything specific about Swift, but maybe you two could team up and see if the initial pointers I gave at #72 lead to a solution?
Oh, and there must be a glitch since we seem to log the message for empty lines... PRs welcome to fix that!
Thanks @mpdude ! I was able to resolve my problem with:
-scmProvider system
to my xcodebuild
command🎉
@rr-james-hickman If you have an idea how the README could be improved to explain this for other Swift users, it would be great if you could open a PR!
@mpdude Done: #74 Feel free to update/format to your preferred liking.
I have followed the guide to setup a deploy key on a private git repo for a Swift Package.
I generated new SSH in the private SP repo using this command:
ssh-keygen -b 4096 -t rsa -N "" -f key -C "git@github.com:my-org/my-swift-package-repo.git"
I have added the .ssh/key files (private/public) and the config file with GitHub.com host to the private SP repo. I have added the public key as a deploy key on the private SP repo. I have added the private key as a secret on the other repo that has an app using the SP as a dependency.No matter what, I get this error:
Here is my yaml:
Any help would be greatly appreciated!