still the same in b2
Post
Replies
Boosts
Views
Activity
is there anything I could be trying, like resetting Xcode's preferences, or a trick in the command line with xcrun, etc?
filed a bug: FB7899348
pushing via the command line works fine, by the way.
just a quick update, this has now been resolved.
For future reference, this was caused by multiple entries for the same repository in Xcode's user defaults' DVTSourceControlAccountDefaultsKey.
What I did is remove them all and then do a pull for the repository in Xcode.
Same here, iPadOS 14b7, launch screen = black, on iOS 13, it works.
I've been told by Apple (via rdar) that LinkPresentation must be used on the main thread. That's why it crashed in my case.
thank you, much appreciated!
Yes, the problem came back for me, too, in b3. Filed another bug report: FB8831714, it's really annoying.
What seems to help intermittently is to go through the steps of cloning the repository (without actually cloning it in the end). It works for the next 1-2 commits, then I have to do it again.
can I not remove the "mark as solved" badge? Ugh.
any update on this? 😊
any update on this?
any update on this?
It works the first time for me, the second time I enter PiP with an AVSampleBufferDisplayLayer, it fails.
(iOS 15, b8)
Update:
It's a macOS Monterey issue, not an Apple silicon / Intel issue.
Also, I found out it has to do with having set NSApp activationPolicy to .accessory or .prohibited - if those are set, the app is terminated prematurely on shutdown / restart (-applicationWillTerminate: is never called).
If it's .regular, it works like it should.
same here, any insight into what's going on?