Tuist
Macro 오류
Tuist + TCA 조합에서 매크로를 사용할 수 없는 버그가 있음
각 모듈 (타겟 등등) 의 settings에 swift flags를 추가하면 해결된다.
let settings: SettingsDictionary = [:].otherSwiftFlags("$(inherited)", "-enable-actor-data-race-checks")
Last updated
Tuist + TCA 조합에서 매크로를 사용할 수 없는 버그가 있음
각 모듈 (타겟 등등) 의 settings에 swift flags를 추가하면 해결된다.
let settings: SettingsDictionary = [:].otherSwiftFlags("$(inherited)", "-enable-actor-data-race-checks")
Last updated