Martin Strambach

Results 3 issues of Martin Strambach

### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues) - [X] I've...

needs-triage
bug

### What happened? When integrating CameraView (https://github.com/Mijick/CameraView) package via Tuist dependencies, the package doesn't compile due to missing generated resources. When I add the same package to the project using...

type:bug
p3

I have the following setup: ``` struct Model { let url: String let size: CGSize let priority: ImageRequest.Priority let cacheType: CacheType let transaction: Transaction let additionalProcessor: [ImageProcessing] } ``` ```...