Wojciech Rutkowski
Wojciech Rutkowski
**Describe the bug** When trying to use Carthage to fetch TOCropViewController it fails to compile the project. **To Reproduce** Steps to reproduce the behavior: 1. Fresh repo 2. Cartfile: ```...
Unable to find a destination matching the provided destination specifier: platform:watchOS Simulator
I'm trying to fetch and build Apollo using Carthage but it fails on watchOS simulator build. Cartfile ``` github "apollographql/apollo-ios-xcframework" ``` Cartfile.resolved ``` github "apollographql/apollo-ios-xcframework" "1.18.0" ``` Log: ``` carthage...
### Summary I'm trying to fetch and build Apollo using Carthage but it fails on watchOS simulator build. ### Version 0.40.0 ### Steps to reproduce the behavior Cartfile ``` github...