I finally signed up for Xcode cloud, but it doesn't work after successful GitHub app installation.
401 in the console for:
https://appstoreconnect.apple.com/olympus/v1/providerSwitchRequests
I tried multiple things, even wrote to apple.
Is it only for payed GitHub users? I have a free private repo.
Hope someone has an idea.
This is the error message when I give Xcode Cloud access to all repositories:
Die Verbindung von Xcode Cloud mit deinem Quellcodeverwaltungsanbieter konnte nicht erstellt werden.
Translation:
The connection from Xcode Cloud to your source code management provider could not be established.
Post
Replies
Boosts
Views
Activity
I tried a lot and was happy to see that this code first looks like the ideal setup:
@AppShortcutsBuilder static var appShortcuts: [AppShortcut] {
AppShortcut(intent: ExecuteAction(action: .init(title: "Start", default: .startTimer)), phrases: [
"Start working time with \(.applicationName)",
])
}
It builds YUHHU, but the action parameter is always nil in my class. Just to let you know, these shortcuts have been working pretty well for years now. Migrating them to the new AppIntents also worked well.
I just want to give the user the basic actions, but I have no idea why the default parameter is not working.