Post

Replies

Boosts

Views

Activity

Reply to Safari tabs lost updating to macOS 15.4
Raise these bugs so Apple is aware of them and can fix them. They won't really get progressed if they're only posted in these Developer Forums. You should raise each issue separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic: Safari & Web SubTopic: General Tags:
Apr ’25
Reply to Join WWDC in Apple Park
You're likely in the wrong place for this. I'm pretty sure that any email you received that said you won will have contact details for how to get in touch. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. We have no information on WWDC. We are random developers from around the world. We don't work for Apple.
Apr ’25
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 Safari tabs lost updating to macOS 15.4
Raise these bugs so Apple is aware of them and can fix them. They won't really get progressed if they're only posted in these Developer Forums. You should raise each issue separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to Problems installing iOS 18.4 SDK on Intel iMac
No idea, but you could see if there are any disk images showing in Disk Utility, and eject them so they're gone. You might then be able to reinstall. I can't confirm this will fix your issue, but that has helped me in the past.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Join WWDC in Apple Park
You're likely in the wrong place for this. I'm pretty sure that any email you received that said you won will have contact details for how to get in touch. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. We have no information on WWDC. We are random developers from around the world. We don't work for Apple.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Battery health dropping fast.
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Myanmar Language font changed after iOS 18.4
It would help to see the relevant code for this, as it might be that something related to something you've coded has changed between the two versions. I notice you have 18.2 and 18.4. Is it broken on 18.3, too?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to How do I leave the software beta program?
Settings app > General > Software Update > Beta Updates - turn this off.
Replies
Boosts
Views
Activity
Apr ’25
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:
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Apr ’25
Reply to iOS RN app crashing with NSInvalidArgumentException
You're trying to save something into an NSDictionary for a key that's nil, which you can't do. So: NSString *key = nil; // Cannot add that to an NSDictionary! NSString *key = @"monkeys"; // Can save this You need to figure out where you're doing it, and not do it.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to xcode
If you're sure it's version 11.something, then go here: https://developer.apple.com/download/all/?q=xcode%2011.7 That's a search for the latest version 11, which was 11.7.
Replies
Boosts
Views
Activity
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.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Call Center BTN melalui WhatsApp (+62) 877777 20286
For god's sake, Apple!
Replies
Boosts
Views
Activity
Apr ’25
Reply to Cs Ajaib Investasi adalah 082172226661
"App Store Connect Engineer" this is clearly spam. I honestly have no idea why you cannot see this.
Replies
Boosts
Views
Activity
Apr ’25
Reply to 14Pro can not delete any application after upgrade system18.4
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Apr ’25