Utterly inappropriate for these forums.
These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding.
Post
Replies
Boosts
Views
Activity
The screenshot says, "I apologize, but I cannot answer that question. My training data only allows me to answer
questions about Apple products." so it would seem it's correctly saying it doesn't know about those computers, and you should go to apple.com.
However, if those computers aren't Apple computers - and therefore aren't in the training data - then going to apple.com isn't going to help, so that response should probably be changed.
You can see that it knows about the Apple II in the first response: "You can find information about
Apple II on apple.com." while the others say, "The Apple website provides information about the ZX Spectrum: apple.com."
Finally, if it knows about Apple computers, why not provide the information rather than making someone go to apple.com?
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Is this a bug report?
If so, raise it in the usual way, at: https://feedbackassistant.apple.com/
Be sure to provide more words than you did here. The guys at Apple will need more information.
Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Right, and did you do any of the things it mentions in that error?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
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 new features.
If you have a suggestion, you should raise it at: https://feedbackassistant.apple.com/
Topic:
Community
SubTopic:
Apple Developers
Tags:
Line 4 runs the setupSearchData() function. Why do you then run the same function again two seconds later in lines 5-7?
Remove one of these and see what happens.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
It's quite possible it's a beta issue, and 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.
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
There a few posts about this, for example: https://developer.apple.com/forums/thread/793683
And the solution is the same...
Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Topic:
Community
SubTopic:
Apple Developers
Tags:
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.
Also, when raising the bug, be sure to state exactly which version of iOS you're seeing this on, as you seem to have omitted that here.
Offering money is completely inappropriate, especially on these forums.
Does the project validate in Xcode? In other words, when you go to Archive it, and choose to validate it, does that succeed?
Are there any other errors or warnings when building?
Topic:
Community
SubTopic:
Apple Developers
Your project in Xcode can have multiple targets, e.g. iOS, macOS, watchOS etc. so you should be able to have one project with multiple targets, each with their own code. You then build and distribute this as one app with one name.
When a user launches it on macOS, the macOS target launches. When they launch it on an iPhone the iOS target is launched.
For example, I have an app with an iOS and watchOS targets. They're in one Xcode project with one name, and they just launch the appropriate binary on the correct platform.
Sorry if I've misunderstood your issue, but this does seem to be quite simple, no?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
You say it's returning one single genre per artist, but is it being returned as an array of Strings - [String], or just a String - String?
If it's returning an array of Strings, then the documentation is correct.
If it's returning a String, then the documentation is incorrect, and you should raise a bug here: https://feedbackassistant.apple.com/
I'm not sure you really need to care about how many genres are being returned. Your code should just deal with them as they're given to you. If you receive one, deal with that one item. If you receive more, deal with those multiple genres. If you can't find an artist that returns multiple genres, just mock it out so you can test your code handles multiples correctly.
Topic:
Media Technologies
SubTopic:
Streaming
Tags:
Could you kindly forward this feedback to the relevant development team? I’m confident many users, including developers and everyday users, would appreciate this improvement.
No; RickMaddy isn't an Apple developer. RickMaddy isn't employed by Apple.
You need to raise your suggestion in the Feedback Assistant, as they explained. You can do so here: https://feedbackassistant.apple.com/
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 new features.
You expected a response to your email within four hours of me giving you the link. That's ridiculous.
Chill. Wait for a response.
Topic:
Community
SubTopic:
Apple Developers
Tags:
Utterly inappropriate for these forums.
These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding.
- Replies
- Boosts
- Views
- Activity
The screenshot says, "I apologize, but I cannot answer that question. My training data only allows me to answer
questions about Apple products." so it would seem it's correctly saying it doesn't know about those computers, and you should go to apple.com.
However, if those computers aren't Apple computers - and therefore aren't in the training data - then going to apple.com isn't going to help, so that response should probably be changed.
You can see that it knows about the Apple II in the first response: "You can find information about
Apple II on apple.com." while the others say, "The Apple website provides information about the ZX Spectrum: apple.com."
Finally, if it knows about Apple computers, why not provide the information rather than making someone go to apple.com?
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
- Replies
- Boosts
- Views
- Activity
Is this a bug report?
If so, raise it in the usual way, at: https://feedbackassistant.apple.com/
Be sure to provide more words than you did here. The guys at Apple will need more information.
- Replies
- Boosts
- Views
- Activity
Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
- Replies
- Boosts
- Views
- Activity
Right, and did you do any of the things it mentions in that error?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
- Replies
- Boosts
- Views
- Activity
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 new features.
If you have a suggestion, you should raise it at: https://feedbackassistant.apple.com/
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity
Line 4 runs the setupSearchData() function. Why do you then run the same function again two seconds later in lines 5-7?
Remove one of these and see what happens.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
- Replies
- Boosts
- Views
- Activity
It's quite possible it's a beta issue, and 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.
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
- Replies
- Boosts
- Views
- Activity
There a few posts about this, for example: https://developer.apple.com/forums/thread/793683
And the solution is the same...
Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity
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.
Also, when raising the bug, be sure to state exactly which version of iOS you're seeing this on, as you seem to have omitted that here.
- Replies
- Boosts
- Views
- Activity
Offering money is completely inappropriate, especially on these forums.
Does the project validate in Xcode? In other words, when you go to Archive it, and choose to validate it, does that succeed?
Are there any other errors or warnings when building?
Topic:
Community
SubTopic:
Apple Developers
- Replies
- Boosts
- Views
- Activity
Your project in Xcode can have multiple targets, e.g. iOS, macOS, watchOS etc. so you should be able to have one project with multiple targets, each with their own code. You then build and distribute this as one app with one name.
When a user launches it on macOS, the macOS target launches. When they launch it on an iPhone the iOS target is launched.
For example, I have an app with an iOS and watchOS targets. They're in one Xcode project with one name, and they just launch the appropriate binary on the correct platform.
Sorry if I've misunderstood your issue, but this does seem to be quite simple, no?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
- Replies
- Boosts
- Views
- Activity
You say it's returning one single genre per artist, but is it being returned as an array of Strings - [String], or just a String - String?
If it's returning an array of Strings, then the documentation is correct.
If it's returning a String, then the documentation is incorrect, and you should raise a bug here: https://feedbackassistant.apple.com/
I'm not sure you really need to care about how many genres are being returned. Your code should just deal with them as they're given to you. If you receive one, deal with that one item. If you receive more, deal with those multiple genres. If you can't find an artist that returns multiple genres, just mock it out so you can test your code handles multiples correctly.
Topic:
Media Technologies
SubTopic:
Streaming
Tags:
- Replies
- Boosts
- Views
- Activity
Could you kindly forward this feedback to the relevant development team? I’m confident many users, including developers and everyday users, would appreciate this improvement.
No; RickMaddy isn't an Apple developer. RickMaddy isn't employed by Apple.
You need to raise your suggestion in the Feedback Assistant, as they explained. You can do so here: https://feedbackassistant.apple.com/
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 new features.
- Replies
- Boosts
- Views
- Activity
You expected a response to your email within four hours of me giving you the link. That's ridiculous.
Chill. Wait for a response.
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity