Skip to content

Commit 9a056ff

Browse files
committed
fix: Point-Free 저수준 모듈 동적 프레임워크 전환 (Xcode 26 archive Clocks 오류 해결)
1 parent 091bec7 commit 9a056ff

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Tuist/Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ let packageSettings = PackageSettings(
3030
"IssueReporting": .staticFramework,
3131
"IssueReportingPackageSupport": .staticFramework,
3232
"XCTestDynamicOverlay": .staticFramework,
33-
"Clocks": .staticFramework,
34-
"ConcurrencyExtras": .staticFramework,
33+
// Xcode 26 archive에서 generated ObjC 헤더 누락으로 빌드 실패 → 동적 프레임워크로 전환
34+
"Clocks": .framework,
35+
"CombineSchedulers": .framework,
36+
"ConcurrencyExtras": .framework,
3537
"SDWebImageSwiftUI": .staticFramework,
3638
"SDWebImage": .staticFramework,
3739
"SwiftUIX": .staticFramework,

0 commit comments

Comments
 (0)