-
Upon clicking the app to open it, it immediately crashes:
```
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: …
-
### What happened?
With this SwiftUI code rendered in browser:
```
Hello Bonfire native beta 2!
```
I get this error in XCode: `The operati…
mayel updated
1 month ago
-
Below is an example of how you can start:
1. **Create a SwiftUI View**:
```swift
import SwiftUI
struct ToDoListView: View {
@State private var items: [ToDoItem] = loadItems()
@State …
-
Using SwiftUI the default screen name is generated by the root view having a long generated name similar to that: `UIHostingController`
Even using the `ClaritySDK.setCurrentScreenName` function, it's…
-
I'm trying to use Mocker in combination with SwiftUI and [Snapshot testing](https://github.com/pointfreeco/swift-snapshot-testing).
I'm using Xcode assets symbol generation to get my images from th…
-
-
### Platform
iOS, iPadOS
### Environment
Production
### Installed
Swift Package Manager
### Version
8.40.1
### Xcode Version
Not sure
### Did it work on previous versions?
_No response_
##…
-
### Description
The code `Analytics.logEvent()` causes a compile-time crash for all SwiftUI previews in a project, resulting in:
> Failed to launch app in reasonable time.
This occurs as long a…
-
Project Abstract
SmartTagger is a photo management app that utilizes CoreML to predict the future importance of a
photo based on both visual data and contextual metadata (such as location and time o…
-
## Overview
This issue presents use-cases we want to support. They are required to define and limit the scope of Swift interop effort in .NET 10. While it's difficult to clearly specify the exact Swi…