Post

Replies

Boosts

Views

Activity

Reply to The problem is, the Mysql Workbench application does not open
What was the error? Saying you got an error, then not actually telling us what the error is, is not particularly useful. Is that version of the app actually compatible with the new macOS beta? You should get in touch with the MySQL developers to see if there's an issue. It's generally not Apple's fault that a third-party app that hasn't been written for a version of macOS doesn't work.
Jun ’24
Reply to IOS 18 Bugs
Please don't raise bugs in a new version of an OS in a post here on the Developer Forums. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each individual issue separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jun ’24
Reply to Clean Up in photos
People really need to stop posting one-liners in the Developer Forums for issues they've found in a beta of a new OS. Please raise a Feedback report, and let Apple know directly. We are not Apple developers, and raising your issues here won't generally be seen by Apple's actual, employee developers. https://www.apple.com/feedback/
Jun ’24
Reply to ERROR 1852797029
There's nothing we can do in the Developer Forums for your issue, other than suggest you contact the manufacturer of the USB-C earphones and see if there's a software update or something. Does this issue only happen with Apple Music? How about Spotify, or some other service that streams music? How about Netflix?
Topic: Media Technologies SubTopic: Audio Tags:
Jun ’24
Reply to SwiftUI, REST, and websockets
You've got this: struct SummaryView: View { @ObservedObject var viewModel: ViewModel @State var dataIsLoaded: Bool = false }.onChange(of: dataIsLoaded) { setupWebSocket() } So you created a @State var and set it to false. It's not going to change. If you're calling that with SummaryView(viewModel: viewModel, dataIsLoaded: self.dataReceived) then the @State var should be a @Binding var instead. I don't know if that'll fix it, but it looks wrong to me.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’24
Reply to iOS 18 - Time Management
Why have you put iOS 18 beta onto your kid's phone? Are they doing development with it? There seem to be a few issues with Screen Time in iOS 18 beta, and - since it's a beta - I wouldn't put it on any device that doesn't need to have it. Unless your kid needs iOS 18 beta, you should probably downgrade to iOS 17. The internet is full of info on downgrading from a beta.
Jun ’24
Reply to The problem is, the Mysql Workbench application does not open
What was the error? Saying you got an error, then not actually telling us what the error is, is not particularly useful. Is that version of the app actually compatible with the new macOS beta? You should get in touch with the MySQL developers to see if there's an issue. It's generally not Apple's fault that a third-party app that hasn't been written for a version of macOS doesn't work.
Replies
Boosts
Views
Activity
Jun ’24
Reply to iOS 18 Developer Beta 2 - SIM PIN Issue
Have you raised a Feedback report? If not, please do so at https://www.apple.com/feedback/ then post the FB number here.
Replies
Boosts
Views
Activity
Jun ’24
Reply to IOS 18 Bugs
Please don't raise bugs in a new version of an OS in a post here on the Developer Forums. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each individual issue separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jun ’24
Reply to SwiftUI, REST, and websockets
Don't forget to tip your server / mark your answer as accepted :)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Roblox won't open
You should get in touch with the developer of the app, telling them the model of Mac, the version of macOS etc., and how much RAM you have. We can't really help you with this on the Developer Forums.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Clean Up in photos
People really need to stop posting one-liners in the Developer Forums for issues they've found in a beta of a new OS. Please raise a Feedback report, and let Apple know directly. We are not Apple developers, and raising your issues here won't generally be seen by Apple's actual, employee developers. https://www.apple.com/feedback/
Replies
Boosts
Views
Activity
Jun ’24
Reply to ERROR 1852797029
There's nothing we can do in the Developer Forums for your issue, other than suggest you contact the manufacturer of the USB-C earphones and see if there's a software update or something. Does this issue only happen with Apple Music? How about Spotify, or some other service that streams music? How about Netflix?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to BillTracker app not downloading on new phone
Contact the developer. We can't help you with an issue like this.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Enabling Developer Mode
On iOS 17.5.1 it's in Settings > Privacy & Settings > Developer Mode (at the bottom).
Replies
Boosts
Views
Activity
Jun ’24
Reply to Disable iOS Screen Mirroring for Apps
Raise a Feedback request to have this sort of option added in.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to SwiftUI, REST, and websockets
You've got this: struct SummaryView: View { @ObservedObject var viewModel: ViewModel @State var dataIsLoaded: Bool = false }.onChange(of: dataIsLoaded) { setupWebSocket() } So you created a @State var and set it to false. It's not going to change. If you're calling that with SummaryView(viewModel: viewModel, dataIsLoaded: self.dataReceived) then the @State var should be a @Binding var instead. I don't know if that'll fix it, but it looks wrong to me.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to iOS 18 - Time Management
Why have you put iOS 18 beta onto your kid's phone? Are they doing development with it? There seem to be a few issues with Screen Time in iOS 18 beta, and - since it's a beta - I wouldn't put it on any device that doesn't need to have it. Unless your kid needs iOS 18 beta, you should probably downgrade to iOS 17. The internet is full of info on downgrading from a beta.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Screen Time
Just search the internet for how to downgrade to a previous iOS version.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Frequent system crashes
Since this is a beta version of an OS you should raise the crash as a Feedback report, and post the FB number here. We can do nothing to help you.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Ios18 screen time bug, phone crash
Have you raised a Feedback report? If not, please do so at https://www.apple.com/feedback/ then post the FB number here.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24