Post

Replies

Boosts

Views

Activity

Reply to Unsandboxed app can't modify other app
I also dislike those auto-updaters, but additionally, I wouldn't trust a Brave auto-updater. The history of things Brave has done puts me off letting them auto-install such things. (For example, adding their own affiliate links to urls, crypto stuff...) If I were to ever install Brave again, I would also disable the auto-updater.
Topic: Privacy & Security SubTopic: General Tags:
Apr ’25
Reply to M1 Air 2020: Failed upgrade from Sequioia 15.3.2 to 15.4, Can't ignore lock validation @t8020dart.c:535
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. This isn't where you can get a direct line to Apple's actual employed Developers to help with your devices. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic: App & System Services SubTopic: Drivers Tags:
Apr ’25
Reply to Nomor WhatsApp BNI Call 085168881620
"App Store Connect Engineer" - If you keep posting this response on here instead of immediately removing this obvious spam and blocking their accounts (and their developer accounts if they have them), I'm going to stop contributing to these forums.
Apr ’25
Reply to listRowSeparatorTint not updated
Your first point does look like a bug. You should raise it in the usual way at https://feedbackassistant.apple.com/ then post the FB number here. To your second point, it looks like it's applying it to two rows, but it isn't. You need to tell it which edges to apply it to. If you don't it applies to all edges by default, so top and bottom. If you change that line to .listRowSeparatorTint(myColor, edges: .top) you'll see it only applies to the very centre line, i.e.:
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’25
Reply to Persistent 'buildExpression unavailable' error in ContentView with switch/AppState
You don't need the Groups unless you're doing something with them, like adding modifiers that would apply to all of the contents. (Think of adding a .bold() modifier to the Group to apply bold rather than having to add three separate instances of .bold().) That's just a guess, though. Second guess, is it because you're creating a preview with three separate instances of the ContentView() and Xcode is getting confused? Can you try three separate previews?
Topic: UI Frameworks SubTopic: SwiftUI
Apr ’25