Post

Replies

Boosts

Views

Activity

Comment on Erorr: An unsupported language or locale was used
How do I setup my simulator so that it uses US English? All I see is the Language setting, and apparently "English (United States)" isn't supported. The console reports: "Unsupported language ca detected". Xcode playgrounds just always responds with: "May contain unsafe content" when dealing with strings, and since it's English, that can be true no matter what, so dealing with strings isn't something that can ever be supported.
Mar ’26
Comment on Team ID suddenly changed
In another thread you referenced Technical Note TN2311 which ends with "All other App IDs will require the assistance of the member center maintainers" Since my app doesn't use the keychain, can I just ignore that warning going forward since the update is using the team id? Meaning the solution here really is to do nothing?
Nov ’24
Comment on Renaming SwiftData model causing an error
Deep inside that it mentioned updating the command-line tools. I think I have those installed just because of HomeBrew maybe? For others who are overwhelmed by how much gets put into the console and find that filtering by lldb is being over-overwhelmed by this error. I put my normal lldb filter, that then added !the replacement path doesn't exist to it. Since I'm getting for every macro use, I'm worried that the macros might not be working reliably anymore though.
Oct ’24
Comment on Erorr: An unsupported language or locale was used
How do I setup my simulator so that it uses US English? All I see is the Language setting, and apparently "English (United States)" isn't supported. The console reports: "Unsupported language ca detected". Xcode playgrounds just always responds with: "May contain unsafe content" when dealing with strings, and since it's English, that can be true no matter what, so dealing with strings isn't something that can ever be supported.
Replies
Boosts
Views
Activity
Mar ’26
Comment on Swift Package Manager Stuck in Loading State in Xcode 16
Any other solutions? I've cleared the recents, emptied the cache folder, etc. Just get the spinner.
Replies
Boosts
Views
Activity
Nov ’24
Comment on Team ID suddenly changed
In another thread you referenced Technical Note TN2311 which ends with "All other App IDs will require the assistance of the member center maintainers" Since my app doesn't use the keychain, can I just ignore that warning going forward since the update is using the team id? Meaning the solution here really is to do nothing?
Replies
Boosts
Views
Activity
Nov ’24
Comment on Team ID suddenly changed
Not shipping yet. Just decided to update my "apps" that I haven't touched in years. Thanks for the help and the link!
Replies
Boosts
Views
Activity
Nov ’24
Comment on Renaming SwiftData model causing an error
Deep inside that it mentioned updating the command-line tools. I think I have those installed just because of HomeBrew maybe? For others who are overwhelmed by how much gets put into the console and find that filtering by lldb is being over-overwhelmed by this error. I put my normal lldb filter, that then added !the replacement path doesn't exist to it. Since I'm getting for every macro use, I'm worried that the macros might not be working reliably anymore though.
Replies
Boosts
Views
Activity
Oct ’24
Comment on Apple Watch not showing in XCode
This didn't get me developer mode, but it made the privacy report button work now. So I guess that's progress.
Replies
Boosts
Views
Activity
Apr ’24
Comment on Swift 4 Locale.current in Playground seems erroneous
Weird that I always end up at a Quinn response. On Xcode 15.1 the iOS setting doesn't seem to know the locale, so try Decimal("$100.25", format: .currency(code: "USD")) works on macOS but fails on iOS, and I can't see how to specify the locale. Plus it seems to default to iOS.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’24