Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fraune/swiftdatasetdemo
Demo repository for the following SO question 👇
https://github.com/fraune/swiftdatasetdemo
swift swift-data
Last synced: 24 days ago
JSON representation
Demo repository for the following SO question 👇
- Host: GitHub
- URL: https://github.com/fraune/swiftdatasetdemo
- Owner: fraune
- Created: 2024-04-03T00:02:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T03:34:38.000Z (9 months ago)
- Last Synced: 2024-04-04T02:55:17.124Z (9 months ago)
- Topics: swift, swift-data
- Language: Swift
- Homepage: https://stackoverflow.com/questions/78264986
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftDataSetDemo
## Background
This is a sample project I created for a StackOverflow question. I created this repo to simplify an issue I'm experiencing on a large project.
The issue is a crash on launch, when using a SwiftData model which contains a Set of another model.
## Setup
To get started, you might need to set your `Team` under the `SwiftDataSetDemo` target > `Signing & Capabilities` section.