Post

Replies

Boosts

Views

Activity

Reply to Users and Access - Sanbox Tab doesn't work
I've got the same error couple of days ago after deleting last sandbox tester. Tried to use other browser or devices, nothing worked. What helped me: Opening "Network" tab in Chrome Developer Tools (cmd + option + i) Refreshing the page to get list of all requests Blocking this request "https://appstoreconnect.apple.com/sandbox/v2/provider/account/list?limit=50" After that I've got the page back, so I could add new tester Remove request block and the page will load the right way onwards
Jan ’25
Reply to Xcode 16 & Package load failure
I was struggling with this error for a whole day, what helped me at the end: 1 - Deleting all spm cache and derived data: rm -rf ~/Library/Caches/org.swift.swiftpm ~/Library/Developer/Xcode/DerivedData ~/Library/org.swift.swiftpm ~/.swiftpm/xcode/ 2 - Adding package with "Add Anyway" option 3 - Fully closing Xcode (cmd + q) and running this in project folder: xcodebuild -resolvePackageDependencies -disablePackageRepositoryCache Hope it helps someone! :)
Oct ’24