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
Reply to How are we supposed to get Ipad screenshots for our store, without having an Ipad? haha
If your app is supposed to work on an iPad then you need to provide screenshots for the iPad. You can do this by building and running on an iPad Simulator on your Mac. If your app is not going to support the iPad then you need to load your project in Xcode, and remove the platforms it doesn't support. This is done in the General tab of the project view's targets. You know there this is? In the left-hand list of your prject's files, the very top blue item is your project name. Click that, and the right-hand side shows your project and a list of targets. Click the targets one by one and remove the iPad from there. You'll need to rebuild the project and confirm it all works, and submit it to App Store Connect. You shouldn't need to add iPad screenshots then.
Mar ’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
Reply to popup window don't react to touch on iOS 18, works fine on iOS 17
Please format your code properly in future. Once you submit your post, take a look and make sure it looks fine. If it doesn't, you have an hour to edit the post. Right now, the gobbledegook at the top is difficult to understand.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
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
Replies
Boosts
Views
Activity
Apr ’25
Reply to Piece of code in Playground that reliably crashes lldb server
Two things: Raise a bug, like the error tells you to. Don't post screenshots of errors as they cannot be searched for when someone else encounters the same issue. Thanks.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Memory Leak in AVAudioPlayer in Simulator only
You should probably raise this as a bug in the usual way. It won't really get progressed if it's only posted in these Developer Forums. You need to raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to How are we supposed to get Ipad screenshots for our store, without having an Ipad? haha
If your app is supposed to work on an iPad then you need to provide screenshots for the iPad. You can do this by building and running on an iPad Simulator on your Mac. If your app is not going to support the iPad then you need to load your project in Xcode, and remove the platforms it doesn't support. This is done in the General tab of the project view's targets. You know there this is? In the left-hand list of your prject's files, the very top blue item is your project name. Click that, and the right-hand side shows your project and a list of targets. Click the targets one by one and remove the iPad from there. You'll need to rebuild the project and confirm it all works, and submit it to App Store Connect. You shouldn't need to add iPad screenshots then.
Replies
Boosts
Views
Activity
Mar ’25