Post

Replies

Boosts

Views

Activity

Reply to Crash report - WD Unlocker
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Tthe WD Drive Unlock app is not made by Apple, so they can't help you, and neither can us non-Apple developers. You're in the wrong place; you need to contact Western Digital. Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Nov ’24
Reply to ios18 Beta Skipping Podcast Episodes
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. You might also want to mention which beta version you're on.
Topic: App & System Services SubTopic: General Tags:
Nov ’24
Reply to I get this Issue : ContentView.swift:3016:25 The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions. But I don´t know what I have to do. I am a noob. Can anybody help me.
You have a few lines where you do something like sampleMenuItems.filter but you haven't told it what to filter for. You need to do something like this: let filteredItems = sampleMenuItems.filter { $0.cost > 100 } And, as the error is telling you, you need to split your code into smaller chunks to see where the error is. Just comment out a section at a time and see whether the error disappears. If it does, then the error is in that bit you commented.
Nov ’24
Reply to Secure notes lost with upgrade to Sequoia 15.1
I think this is a known issue. Here's Apple's recommended fix: If your iCloud notes aren't appearing on your iPhone, iPad, or Apple Vision Pro, follow these steps. Open the Settings app and tap your name. Tap iCloud, then tap Notes. Make sure Sync this [device] is on, then check the Notes app. If you still don't see your notes, restart your iPhone, iPad, or Apple Vision Pro. After restarting, check your settings again. After these steps, your iCloud notes should appear and start syncing again on devices signed in to the same Apple Account. When syncing completes, content previously synced to iCloud should appear. Separately, please note that these are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question was more of a product support one, so you should ask such things over at the Apple Support Forums in future. Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Nov ’24
Reply to I can't stand IOS 18 photos app
You made an account on the wrong site. These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. These forums are not where Apple's actual developers chat about features or improvements. If you have a suggestion, you should raise it at: https://www.apple.com/feedback/
Topic: UI Frameworks SubTopic: AppKit Tags:
Nov ’24
Reply to New design for emoji reactions is so bad
Emoji reactions? Where? In Messages? What's wrong with them? Why are they hard to use? You can't just fly in like a pigeon, poop everywhere, then fly off. You need to explain your statement.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to SwiftUI App crashes while switching orientation
Why did you add so many .shadow modifiers? One is enough.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Crash report - WD Unlocker
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Tthe WD Drive Unlock app is not made by Apple, so they can't help you, and neither can us non-Apple developers. You're in the wrong place; you need to contact Western Digital. Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Limiting the Number of Bool (True) Values
You could simply disable the checkboxes that aren't ticked when your count var is 2.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to ios18 Beta Skipping Podcast Episodes
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. You might also want to mention which beta version you're on.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Apple Maps really sluggish
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
Nov ’24
Reply to I get this Issue : ContentView.swift:3016:25 The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions. But I don´t know what I have to do. I am a noob. Can anybody help me.
You have a few lines where you do something like sampleMenuItems.filter but you haven't told it what to filter for. You need to do something like this: let filteredItems = sampleMenuItems.filter { $0.cost > 100 } And, as the error is telling you, you need to split your code into smaller chunks to see where the error is. Just comment out a section at a time and see whether the error disappears. If it does, then the error is in that bit you commented.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Various Safari issues/bugs in iOS 18.2 Beta (iPhone 15Pro)
You should probably raise these as bugs in the usual way. They won't really get progressed if they're 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: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Secure notes lost with upgrade to Sequoia 15.1
I think this is a known issue. Here's Apple's recommended fix: If your iCloud notes aren't appearing on your iPhone, iPad, or Apple Vision Pro, follow these steps. Open the Settings app and tap your name. Tap iCloud, then tap Notes. Make sure Sync this [device] is on, then check the Notes app. If you still don't see your notes, restart your iPhone, iPad, or Apple Vision Pro. After restarting, check your settings again. After these steps, your iCloud notes should appear and start syncing again on devices signed in to the same Apple Account. When syncing completes, content previously synced to iCloud should appear. Separately, please note that these are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question was more of a product support one, so you should ask such things over at the Apple Support Forums in future. Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Apple come on release iOS 18.2 bata 4 today
Apple aren't going to change their release schedule just because someone asks on these Developer Forums. Just wait.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to SwiftUI DatePicker size not configurable
Try the other .datePickerStyle()s. You're using .wheel but something else might fit your UI better. I don't supply a style to mine, and I get this:
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Play Music Through Two Bluetooth Speakers
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
Nov ’24
Reply to seriously flawed iOS 18 slow-mo capture & playback
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
Nov ’24
Reply to I can't stand IOS 18 photos app
You made an account on the wrong site. These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. These forums are not where Apple's actual developers chat about features or improvements. If you have a suggestion, you should raise it at: https://www.apple.com/feedback/
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Cant add bank account
What does the popup say when you hover over the little ? by the "Date of Birth" label?
Replies
Boosts
Views
Activity
Nov ’24