-
Adding SimplyCoreAudio to a new SwiftUI project as a dependency causes SwiftUI Previews to fail with the following diagnostic message:
Xcode 14.0 (14A309), macOS 12.6 (21G115)
```
HumanReadable…
-
On master, macOS renders a blank screen. No issue on the web
### Steps to reproduce from IDE
1. `flutter create myapp`
2. Run the application from VS Code or Android Studio.
### Actual Result…
-
### Description
When the outer-most view is a `IfLetStore` or `SwitchStore`, the case doesn't update when run in previews.
### Checklist
- [X] If possible, I've reproduced the issue using the `ma…
-
- [x] I have updated Purchases SDK to the latest version
- [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md)
- [x] I have …
-
### Describe the bug
When a SwiftUI View refers to some code manipulating Amplify Auth plugin, Xcode preview crashes
Error :
It looks like the preview renderer does not call the code in t…
-
AppMetrika crashes in Preview in every Xcode since 13.2 till 14.0b1
it crashing on this bit of code:
```swift
let configuration = YMMYandexMetricaConfiguration(apiKey: "api_key")
configuration?.…
-
### The issue
- We have custom framework named "CDLogger" that has Datadog SDK as it's dependency
- this dependency has to be `static` as we use XCode Cloud and there is known issue even tho it's cl…
-
## General Information
- Project version: 1.8.2
- Platform/OS version: 16.0
- IDE version: Xcode 14
- Devices: SwiftUI Previews for 15.5 and 16.0 (and maybe more)
…
-
Description
Since importing into the project, all SwiftUI Xcode canvas renderers crash when trying to load a preview.
Steps to Reproduce
update Xcode to 12.3
Add PhoneNumberKit via SPM to yo…
-
## Steps to Reproduce
1. Used 1.20.1 (latest stable) 'flutter create' to create a default repo. Can be found at https://github.com/jverhoeven/macos_flutter_issue. Committed it to github.
2. Opened…