Post

Replies

Boosts

Views

Activity

Comment on Debug Previews
This is kind of a terrible workaround, as it can be tedious or impossible to get to that view in the full app (perhaps the path to it has not yet been implemented). I don't mind if it launches in the simulator, but I'd really need Xcode to to grab the preview and present that.
Jul ’21
Comment on Xcode 12.5 very slow launch time for app in simulator
Hi @jeremyhu, thanks for this. I'm about to try Xcode 13 beta, but I'm worried that we will run into other issues using an early beta, and we need to submit our app next month. What are the chances of an Xcode 12.5.1 with this fix in it?
Replies
Boosts
Views
Activity
Jun ’21
Comment on Debug Previews
This is kind of a terrible workaround, as it can be tedious or impossible to get to that view in the full app (perhaps the path to it has not yet been implemented). I don't mind if it launches in the simulator, but I'd really need Xcode to to grab the preview and present that.
Replies
Boosts
Views
Activity
Jul ’21
Comment on Debug Previews
It also would've been nice to have a note about this feature's removal. And can you at least let console logging show up while previewing?
Replies
Boosts
Views
Activity
Jul ’21
Comment on SwiftUI NavigationLink pops out by itself
Oh my god. @IOSDevDaniel, that's what it is! It's when there are exactly two NavigationLinks in the origin view.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Configuring a LaunchDaemon for a server process
No, it needs to run all the time, and I have to be able to run on macOS 12.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on building for macOS-x86_64 but attempting to link with file built for macOS-arm64 on M1 Mac with "build for active arch only" set
Yes, thank you, I know. My point is that it shouldn't be trying to build for x86, only arm64.
Replies
Boosts
Views
Activity
Nov ’22
Comment on Universal Links Camera does not pass url to .onOpenURL (perform :) method SwiftUI Xcode
Thank you! This is sooo stupid on Apple's part. But thank you for the easy workaround!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on AppleID Login failing in virtualized OS
It's simple: for testing macOS betas, especially in the early stages. I'm trying to install ventura 13.3 b, and I want to test my app on it to see if you've fixed a crash. Allowing me to log in with my AppleID means I can sync settings, passwords, and run Xcode.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on Running built macOS app in 13.3 beta VM on M1?
Always err on the side of being too wordy! Apple is notorious for being too sparse.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on Running built macOS app in 13.3 beta VM on M1?
FB12010833 for changing configuration on the fly. FB12010835 for improving clipboard docs.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on Running built macOS app in 13.3 beta VM on M1?
I haven't been able to sign my app. I would love to be able to just copy the development build over (which does run without issue on the host Mac), but that doesn't run. So I tried a bunch of different ways to archive and export it, but I can't get a "direct to customer" signature to work at all.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on Running built macOS app in 13.3 beta VM on M1?
However, as part of that effort, I did add the VM's UDID to my developer account, and now the (far too spartan) information in Xcode says there are two macOS devices in the Xcode-managed profile, hopefully one of them is the VM; I'll try again...that worked!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on App runs fine, but preview complains executeFetchRequest:error: A fetch request must have an entity..
Already did: FB12458275
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on Banner notifications
I get a number of notifications that persist, and I have NEVER deliberately notifications to be persistent. It might just be the Calendar app that does this.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on Notification on NSUserDefaults Change When App Is In Background
I decided to try DistributedNotificationCenter. It doesn't fire at all without deliverImmediately: true, and then I get TWO notifications for each one that I send.
Replies
Boosts
Views
Activity
Nov ’23