Post

Replies

Boosts

Views

Activity

Reply to App Intent not Discoverable by Siri
I updated to Xcode 14.0 Beta 3 and my code didn't compile anymore so I had to change .finished to .result and add @MainActor like yours. I tried your code and Siri worked once...I couldn't recreate it even after deleting all contents and settings. I guess it's just Xcode being funky so I'll give it some time. Thank you.
Topic: App & System Services SubTopic: General Tags:
Jul ’22
Reply to Date Picker plus Text in VStack does not show in Form in iOS 15
Apparently adding (spacing: 0) to the VStack solves the issue. But the text truncates so I have to use .fixedSize(horizontal: false, vertical: true) on it. Should I chalk it up to iOS 15?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to SwiftUI - Placing ToolbarItem on .keyboard does not work
Is your button in an HStack with a Spacer? I used .frame(maxWidth: .infinity, alignment: .trailing) instead and it showed for me.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Is there a way to place a button between two Section rows?
Like this
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to App Intent not Discoverable by Siri
I updated to Xcode 14.0 Beta 3 and my code didn't compile anymore so I had to change .finished to .result and add @MainActor like yours. I tried your code and Siri worked once...I couldn't recreate it even after deleting all contents and settings. I guess it's just Xcode being funky so I'll give it some time. Thank you.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to App Intent not Discoverable by Siri
Forgot to add: I expected the shortcut to be run after calling Siri on the simulator and saying "Show me my books on MyNewTestApp".
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to App crashes on launch - dyld: Symbol not found: _vfork
I'm having a similar problem. Did you find a solution?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22