bytedance / AdsGlobalPackage

MIT License
0 stars 5 forks source link

Cannot access repository to install the SDK via swift package manager #25

Closed keremerkan closed 10 months ago

keremerkan commented 11 months ago

Xcode cannot access the repository to install Pange SDK. When the repository URL is entered into Xcode, the following error occurs:

Screenshot 2023-08-10 at 10 20 01

The repository seems to need credentials.

zry-bd commented 10 months ago

I reproduced your bug only when I have two Xcode.app and I add my Github account in my one Xcode via SSH, then I add Pangle SDK Package in another Xcode. You should add your Github account in another Xcode which you want to add Package or just delete your Github account in another Xcode. No Github account is required when you add Pangle Package.

keremerkan commented 10 months ago

I don't have any Github account entered to Xcode. I indeed have both Xcode 14.3.1 and Xcode 15 beta installed on my system. I'll try uninstalling the beta and try again though.