-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The Bitrise Xcode Test step is failing with log
xcodebuild encountered an error (74):
- Could not resolve package dependencies:
Failed to clone repository https://github.com/3sidedcube/ArcUI.git:
Cloning into bare repository '/Users/vagrant/Library/Developer/Xcode/DerivedData/.../ArcUI-ce55e926'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
As documented by Bitrise, private repositories need to be accessed with
git@github.com:3sidedcube/ArcUI.git
instead of
https://github.com/3sidedcube/ArcUI.git
but when adding that as a swift package in Xcode, this yields the attached error.

The temporary fix is to make this a public repo.
There's nothing sensitive so it is OK, but private would be preferred.
Other resources:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working