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.
Post
Replies
Boosts
Views
Activity
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.
Hi, does the build along require macOS Sonoma or can one simply use macOS 13.4 Ventura with Xcode 15 Beta?
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.
Hi, parallel testing across several devices is great added functionality. At this time, is it possible to run individual tests in parallel (i.e. asynchronously) on a single device?
Hi, is Shortcuts planned for macOS 11 through native and/or Catalyst implementation?
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?