Post

Replies

Boosts

Views

Activity

CarPlay Question
Why is there no option as a CarPlay developer to enable the creation of an App to track and enter your car's maintenance records? I know the pat reply would be Apple doesn't want you to do this while car is in motion. But I would normally do this while parked at the dealership or other service provider no?
1
0
268
Mar ’25
SwiftData Question
As I am new to programming in Swift, I have a question about SwiftData if you are writing a program and created your model and done some testing and realize you need to add something to your model that you missed during the initial setup do you have to start a whole new project? As I noticed when adding in something new to the model the project can't find the original SwiftData? Thread 1: Fatal error: failed to find a currently active container for User
4
0
1.1k
May ’24
Mac About menu
Can anyone point me to how you add a graphic to your mac's About this app display? My app comes up with a blank app icon if you select the about menu. I managed to get the text in there with the Credits.rtf file...
1
0
412
Sep ’22
Compiler error question
The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions. the switch case function worked in playgrounds why not in Xcode?
2
0
739
May ’22
Canvas Crash while doing a detail view using Core Data
I keep getting a crash in the Canvas while trying to do a DetailView of some customers from CoreData. Diagnostics button shows this: MessageSendFailure: Message send failure for update ================================== |  RemoteHumanReadableError: The operation couldn’t be completed. XPC error received on message reply handler |   |  BSServiceConnectionErrorDomain (3): |  ==NSLocalizedFailureReason: XPC error received on message reply handler |  ==BSErrorCodeDescription: OperationFailed What causes this? is it a Xcode bug... or is it operator error? Thanks for any help... :(
0
0
446
Feb ’22