-
### What problem or need do you have?
I've recently started exploring Tuist. Overall, the experience has been smooth, and the tool works well with simple playground projects. However, when trying to …
-
```swift
//
// WalletMainView.swift
// wallet-app-ios
//
import SwiftUI
enum MainMenu: Identifiable {
case qrcode, list, loading
var id: Int {
hashValue
}
}
str…
-
It would be nice to have the sample code available in both Objective-C and Swift.
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
Please guide me with some code for how to declare and scan a cheque.
-
### Description
We have a [UIViewController](https://github.com/getsentry/sentry-cocoa/blob/main/Samples/iOS-Swift/iOS-Swift/ViewControllers/CoreDataViewController.swift) with some simple core data o…
-
-
### Use case
Currently, We can only listen to purchase stream in flutter. I want to be able to listen to Storekit messages and respond to them. This will be useful for handling errors related to bi…
-
### Description
Working on a Swift package using C++ interoperability I am facing an issue handling optional values when compiling it with Mac Catalyst as target.
While principally it should be …
-
hi all!
Just a quick question... I'm coding an MVP with some augmented reality features, and I'd like to use the brand new ar core geospatial api (v 1.32). I looked into the provided example, and I c…