Post

Replies

Boosts

Views

Activity

Reply to App Intents Siri Phrases Localization
Lost 3 hours trying to make this work. I managed to get it working using: let localizedString = LocalizedStringResource("my.intents.string.id %@ %d", defaultValue: "my.intents.string.id \(myString) and \(myInteger)") and then like this in Localizable.strings: "my.intents.string.id %@ %d" = "%@ and %d more";
Topic: App & System Services SubTopic: General Tags:
Aug ’22
Reply to Production app crashing with PlatformViewHost.updateNestedHosts(_:colorSchemeChanged:)
I'm seeing this on a user's Mac. Did you ever find the reason for the crash?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to Xcode 12, iOS 15, Can't find the cause of a crash
Did you ever find a solution to this? I'm experiencing a similar problem.
Replies
Boosts
Views
Activity
Sep ’22
Reply to App Intents Siri Phrases Localization
Lost 3 hours trying to make this work. I managed to get it working using: let localizedString = LocalizedStringResource("my.intents.string.id %@ %d", defaultValue: "my.intents.string.id \(myString) and \(myInteger)") and then like this in Localizable.strings: "my.intents.string.id %@ %d" = "%@ and %d more";
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to ITMS-90562: Invalid Bundle with Xcode 13.3 RC
The only thing that worked for me, unfortunately is downgrading to Xcode 13.2.1
Replies
Boosts
Views
Activity
Mar ’22