Post

Replies

Boosts

Views

Activity

Reply to Iphone Mirroring Bug
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.
Sep ’24
Reply to Difficulties with Apple Maps on CarPlay
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, because these forums are where third-party developers chat about issues in their code. 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: Community SubTopic: Apple Developers Tags:
Sep ’24
Reply to Home Screen Icons
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 employee developers chat about what they're doing in the platform code. If you have a suggestion, you should raise it at: https://www.apple.com/feedback/ but please note that your post doesn't really explain the issue, so please be clearer, perhaps including a screen recording.
Topic: UI Frameworks SubTopic: General
Sep ’24
Reply to n/a
Raise it as a suggestion. It's no good posting feature requests here; these are the Developer Forums where developers of apps for Apple's platforms ask for help on how to do something in code. https://feedbackassistant.apple.com/
Sep ’24
Reply to How to upgrade 14pro max with iOS beta18.0 to 15pro max
Do you want to remain on the beta? If so: Buy the new iPhone 15 Pro Max. Install the same beta version on it. Backup your old iPhone. Restore your new iPhone from the new backup. If you don't want to be on the beta: Buy the new iPhone 15 Pro Max. Restore it from a backup you took from before you started using the betas, if you have one. If not, then you might be stuck with a fresh phone and will have to reinstall everything you want.
Sep ’24
Reply to EXC_BAD_ACCESS (SIGSEGV) crash observed in NSDateFormatter APIs
I think you have to set your date formatter's locale before setting the format: NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; NSDate *date = [NSDate dateWithTimeIntervalSinceReferenceDate:410220000]; // US English Locale (en_US) dateFormatter.locale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_US"]; [dateFormatter setLocalizedDateFormatFromTemplate:@"MMMMd"]; // set template after setting locale NSLog(@"%@", [dateFormatter stringFromDate:date]); // December 31 // British English Locale (en_GB) dateFormatter.locale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_GB"]; [dateFormatter setLocalizedDateFormatFromTemplate:@"MMMMd"]; // set template after setting locale NSLog(@"%@", [dateFormatter stringFromDate:date]); // 31 December
Topic: App & System Services SubTopic: General Tags:
Sep ’24
Reply to Zombie Xcode problem
Does this exhibit itself by you trying to quit it, then the "Quit" item in the menu is disabled? If so, yes, this has happened to me a number of times. I also end up force-quitting it, and I raised a bug. I suggest you also raise a bug: https://feedbackassistant.apple.com/ then post the FB number here.
Sep ’24
Reply to Controller app cannot be approved because it does not meet Minimum Functionality?
Doesn't the new M4 iPad Pro support 240fps? This is from the specs page: Slo‑mo video support for 1080p at 120 fps or 240 fps. Having two apps isn't going to work. They have to provide useful functionality on their own. If you combine the features into one app, and you only ever want the camera part of the app to run on an iPhone, then: If running on an iPhone allow user to select Controller or Camera. This will allow a user with two iPhones to use one as Controller and one as Camera. If running on an iPad, only allow the selection of it as the Controller. In this case I would check which models can support 240fps and allow it to be used as Camera or Controller if that iPad can support it. I understand how smushing everything into one app will be a major change, but the guidelines have been there for years; you could've looked at them and asked us this question before embarking on the apps. I know that doesn't really help, and you may not have felt that any of the guidelines would hit you this way, but you will gain a lot of knowledge in doing this, so it's not all been wasted effort.
Aug ’24
Reply to Image aspect ratio
You're using a different image. It was .personsmiling, now it's .liberaltears for some reason. Does it work with the .personsmiling image? As an aside, those names are difficult to read without capitalisation. I'd use .personSmiling, for example.
Topic: UI Frameworks SubTopic: SwiftUI
Aug ’24
Reply to Firefox crash using Containers plug-in
This is a bug for Firefox, not for third-party developers writing apps for Apple's platforms. You should raise this with Mozilla.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Iphone Mirroring Bug
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.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Difficulties with Apple Maps on CarPlay
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, because these forums are where third-party developers chat about issues in their code. 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: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Home Screen Icons
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 employee developers chat about what they're doing in the platform code. If you have a suggestion, you should raise it at: https://www.apple.com/feedback/ but please note that your post doesn't really explain the issue, so please be clearer, perhaps including a screen recording.
Topic: UI Frameworks SubTopic: General
Replies
Boosts
Views
Activity
Sep ’24
Reply to n/a
Raise it as a suggestion. It's no good posting feature requests here; these are the Developer Forums where developers of apps for Apple's platforms ask for help on how to do something in code. https://feedbackassistant.apple.com/
Replies
Boosts
Views
Activity
Sep ’24
Reply to Deleted iCloud Records
What do you mean by "records" and "iCloud database"? Do you mean files in your iCloud Drive?
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to How to upgrade 14pro max with iOS beta18.0 to 15pro max
Do you want to remain on the beta? If so: Buy the new iPhone 15 Pro Max. Install the same beta version on it. Backup your old iPhone. Restore your new iPhone from the new backup. If you don't want to be on the beta: Buy the new iPhone 15 Pro Max. Restore it from a backup you took from before you started using the betas, if you have one. If not, then you might be stuck with a fresh phone and will have to reinstall everything you want.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Previously working application Crashing
If the app is crashing on launch then you should be able to debug it with the code, right? Have you tried? Does it crash?
Replies
Boosts
Views
Activity
Sep ’24
Reply to All versions of the app were suddenly deleted.
You can edit your posts within an hour of posting them. If you're out of time, just add a new message to your original post. There's no need to create duplicate posts.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to EXC_BAD_ACCESS (SIGSEGV) crash observed in NSDateFormatter APIs
I think you have to set your date formatter's locale before setting the format: NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; NSDate *date = [NSDate dateWithTimeIntervalSinceReferenceDate:410220000]; // US English Locale (en_US) dateFormatter.locale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_US"]; [dateFormatter setLocalizedDateFormatFromTemplate:@"MMMMd"]; // set template after setting locale NSLog(@"%@", [dateFormatter stringFromDate:date]); // December 31 // British English Locale (en_GB) dateFormatter.locale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_GB"]; [dateFormatter setLocalizedDateFormatFromTemplate:@"MMMMd"]; // set template after setting locale NSLog(@"%@", [dateFormatter stringFromDate:date]); // 31 December
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to iOS 18 beta - .onAppear in NavSplitView creates an infinite loop
It's possible you're doing something wrong in your code, but without seeing that code it's unlikely we'll be able to help. Can you provide a small reproducible example?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Zombie Xcode problem
Does this exhibit itself by you trying to quit it, then the "Quit" item in the menu is disabled? If so, yes, this has happened to me a number of times. I also end up force-quitting it, and I raised a bug. I suggest you also raise a bug: https://feedbackassistant.apple.com/ then post the FB number here.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Clean up function in Photos app.
Have you checked whether or not it's supposed to be there?
Replies
Boosts
Views
Activity
Sep ’24
Reply to Controller app cannot be approved because it does not meet Minimum Functionality?
Doesn't the new M4 iPad Pro support 240fps? This is from the specs page: Slo‑mo video support for 1080p at 120 fps or 240 fps. Having two apps isn't going to work. They have to provide useful functionality on their own. If you combine the features into one app, and you only ever want the camera part of the app to run on an iPhone, then: If running on an iPhone allow user to select Controller or Camera. This will allow a user with two iPhones to use one as Controller and one as Camera. If running on an iPad, only allow the selection of it as the Controller. In this case I would check which models can support 240fps and allow it to be used as Camera or Controller if that iPad can support it. I understand how smushing everything into one app will be a major change, but the guidelines have been there for years; you could've looked at them and asked us this question before embarking on the apps. I know that doesn't really help, and you may not have felt that any of the guidelines would hit you this way, but you will gain a lot of knowledge in doing this, so it's not all been wasted effort.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Image aspect ratio
You're using a different image. It was .personsmiling, now it's .liberaltears for some reason. Does it work with the .personsmiling image? As an aside, those names are difficult to read without capitalisation. I'd use .personSmiling, for example.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Aug ’24