Post

Replies

Boosts

Views

Activity

Scheme Setting Not Persisting For Associated Target
I have an Xcode 15.4 project with 4 targets (i.e. 2 UI and 2 CLI). Next, I'm looking to set a unique scheme for each target but it keeps changing to one of the previously set schemes. For example, I have the following four targets and I would like to have the associated: Target 1 - > Scheme 1 Target 2 -> Scheme 2 Target 3 -> Scheme 3 Target 4 -> Scheme 4 When the target is selected, shouldn't the corresponding scheme be updated in the Xcode toolbar? Or is there a setting that I'm missing to enable/disable within Xcode that would resolve this issue? Finally, I'm seeing similar behavior in Xcode 16 beta 1.
1
0
290
Jun ’24
SwiftData Custom Datastore Docs and Implementation
I have watched the following WWDC 2024 sessions: What’s new in SwiftData Create a custom data store with SwiftData Platform State of the Union Now, I have an application that exposes a GraphQL API endpoint that's using PostgreSQL Server 16.3 database. Next, this API returns JSON to the client application (i.e. SwiftUI app). Furthermore, I have checked the current documentation and the above videos appear to be the best reference at this time. My proposed architecture looks like the following: SwiftUI <--> SwiftData <--> PostgreStoreConfiguration && PostgreStore TBD <--> GraphQL API <--> PostgreSQL Thus, I have the following questions: Are there plans to add common out-of-the-box data store implementations for PostgreSQL, Cassandra, Redis, and so on? Will it be possible to implement data stores built to use gRPC, GraphQL, REST, and others to name a few? Will there be more documentation on the actual creation of a custom data store because the current documentation provides a slim API reference? I look forward to your feedback regarding the SwiftData custom data stores.
1
2
666
Jun ’24
macOS Big Sur Beta 3 Constantly Crashing
After installing macOS Big Sur Beta 3, the OS has started crashing many times per day. It appears that the following may be causing the issues: Safari Control Center WeatherWidget The Crash Reports are increasing in numbers. Next, restarting the machine isn’t an option because the system becomes unresponsive for me and must perform force shutdown. Thus, I’ll go back to Catalina for now and wait until the final release of macOS Big Sur in September or October of 2020.
1
0
773
Jul ’20
[CORE ML][IOS|MACOS] ML Model Deployment Questions
Can one perform model inference on the model deployment page? Or is this just a step in the deployment process to the device?  Next, does this model storage count towards any of the various storage quotas?  Does the encrypted ML model get decrypted every time it needs to perform an inference operation on device? Just curious about what's actually is happening on the user's device here. Finally, is this model deployment process the same for macOS 11?
3
0
842
Jun ’20