ReactiveCocoa / ReactiveSwift

Streams of values over time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using old xcconfig causing problems with Carthage & Apple Silicon macOS builds

chugunomi opened this issue · comments

When Carthage building macOS frameworks with --use-xcframeworks option, frameworks that based on ReactiveSwift won't build for arm64 architecture.

That happens because ReactiveSwift itself depends on old version of xcconfig which has lack of supporting macOS arm64 version.
This issue was resolved for xcconfig in 1.1 version: xcconfigs/xcconfigs#98