Posts

Post not yet marked as solved
2 Replies
It's not just a GoogleSignIn issue: they just rejected my app for using completely standard OAuth 2 web authentication, for precisely this reason. It's incredibly frustrating: if they don't like it they should be complaining to the Apple team who develop ASWebAuthentication. It's not like we app developers can do anything about it - we are just caught in the middle. I've raised an appeal to App Review but I have no idea what the "Plan B" is if they reject my appeal.
Post not yet marked as solved
40 Replies
I switched to Github Desktop a month ago. It's like Xcode used to be: a simple list of changed files, side-by-side comparison and a big blue commit button. A breath of fresh air. And it works perfectly next to Xcode too e.g. Xcode updates in real time when you check-in. Until Xcode gets fixed I can recommend it.
Post not yet marked as solved
40 Replies
Another new Github Desktop user here. I've battled with Xcode 15 long enough and I'm fed up with commits which take twice as long as they should (because it's so hard to review changes) and then seem to leave half the committed files behind. And that's if it doesn't freeze. Am not sure what was driving these changes and why Apple thought adding steps, complexity and poor UX to this process was necessary but it needs a fast re-think. This isn't something we'll learn to love given time. We will just switch away.
Post not yet marked as solved
2 Replies
Just to add to this, it's not even consistent on the same surface in Xcode. For code it's: Right-click -> Copy -> Copy But if you want to copy the an error message or warning it's: Right-click -> Copy just like the rest of the world uses. PLEASE FIX THIS
Post not yet marked as solved
40 Replies
The new "Integrate" options have been a car crash for me: I've had several partial checkins where not all files seemed to get included, countless occasions where the Commit and Push button does nothing until I restart Xcode, and I still have no idea how to specify on a per-file basis which should or shouldn't be included in a commit. But the disappearance of side-by-side comparison is worst of all - I'm going to have to stop using Xcode for VCS at this rate. Please fix this Apple.
Post not yet marked as solved
1 Replies
Did you manage to resolve this? Am getting the same error. Have submitted bug reports FB13006620 and FB12808549 but the issue still seems to be there in the release candidate.
Post marked as solved
1 Replies
You need to reach-out to Dolby I'm afraid. They wanted to see screenshots of my app when I did this.
Post not yet marked as solved
1 Replies
I’m seeing this too: the call arbitrarily blows-up when saving larger playlists. There doesn’t seem to be a specific upper limit - sometimes 3,000 tracks will fail, other times 6,000 tracks will work fine. Suspect it depends on server loads (fyi 500 is a gateway error). It wouldn’t be so bad if you could break the call up and add to a playlist chunk by chunk but the “new” MusicKit call to add to a playlist is completely unusable as it seems to map to the old (comically slow) MPMediaPlaylist.addItem method. The other interesting thing you will find is that if you read the playlist tracks immediately after creating a new playlist, there aren’t any. They come along a few seconds later. So much for async/await. Worse still, if there’s a failure between when the call apparently “succeeded” and when the tracks subsequently appear, it’s completely silent. You just end up with a playlist with no tracks. I get the impression that Apple are not eating what they cook when it comes to MusicKit. And incidentally all of the above issues have been reported by me via Feedback Assistant for months without so much as an acknowledgement.
Post not yet marked as solved
6 Replies
Hi - is there any update on this please? I've just added additional details to FB11733455 as error reports are continuing to come in from users.
Post not yet marked as solved
109 Replies
I'm getting this too, on 14.1 RC2. Errors flash-up in the Issue Navigator, then vanish, leaving you with a failed build and no clue as to why. These last couple of Xcode builds have been virtually unusable. Can someone at Apple PLEASE look at this urgently.
Post not yet marked as solved
6 Replies
Thank you - requested details now added to FB11733455. Unfortunately I can't provide a sysdiagnose as we are unable to reproduce (it works fine in our dev & test environments). We will look in to implementing "Proactive Restore" - it looks like a much smoother process for our customers.
Post marked as solved
2 Replies
Seems fixed in iPadOS 16 beta 10 (20B5056e)