When I try to build the carthage, I receive the following error:
Check dependencies
No architectures to compile for (ARCHS=armv7 arm64, VALID_ARCHS=x86_64 i386).
warning: no umbrella header found for target 'Macaw', module map will not be generated
my cartfile is: github "Exyte/Macaw" ~> 0.9.0
I also tried carthage update --platform ios --no-use-binaries but the same error!