Post

Replies

Boosts

Views

Activity

Reply to Problem connecting Xcode Cloud with GitLab Self-Managed
I had a same problem. but I solved it about my case My case was solved by Primary Repository I changed my remote repository's group, so Its path was "gitlab.aa.com/aa/myrepo" to "gitlab.aa.com/mygroup/mysubgroup/myrepo" It wasn't a problem on browser but when I tried Grant access, It's on the error. I realized it's because redirection! so I tried change Primary Repository If you found out The problem is like my case, you should reconnect remote (origin) You can delete the origin (Photo) and connect by Add Existing Remote menu on right click and than you can see the path Primary Repository changed
Jan ’24
Reply to Problem connecting Xcode Cloud with GitLab Self-Managed
I had a same problem. but I solved it about my case My case was solved by Primary Repository I changed my remote repository's group, so Its path was "gitlab.aa.com/aa/myrepo" to "gitlab.aa.com/mygroup/mysubgroup/myrepo" It wasn't a problem on browser but when I tried Grant access, It's on the error. I realized it's because redirection! so I tried change Primary Repository If you found out The problem is like my case, you should reconnect remote (origin) You can delete the origin (Photo) and connect by Add Existing Remote menu on right click and than you can see the path Primary Repository changed
Replies
Boosts
Views
Activity
Jan ’24
Reply to With Xcode15, app crash when call presentLimitedLibraryPicker
I've had same issue. my case was occured in an UI Module. I solved the issue by importing PhotoUI Framework to the module. Reference by https://developer.apple.com/forums/thread/737847
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’24