Skip to content

Commit e88d75d

Browse files
committed
fix: 배포 오류 수정
1 parent d716055 commit e88d75d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎Tuist/Package.swift‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ let packageSettings = PackageSettings(
8080
"DependenciesMacros": .staticFramework,
8181
"PerceptionCore": .staticFramework,
8282
"Perception": .staticFramework,
83-
// Sharing과 SQLiteData는 여러 동적 DDD 모듈에서 사용하므로 단일 런타임으로 공유한다.
84-
// 버전 마커는 정적으로 링크해 앱이 Sharing1/2.framework를 찾지 않게 한다.
85-
"Sharing": .staticFramework,
83+
// Sharing은 리소스 번들을 포함하므로 동적 framework로 유지한다.
84+
// 버전 마커만 정적으로 링크해 앱이 Sharing1/2.framework를 찾지 않게 한다.
85+
"Sharing": .framework,
8686
"Sharing1": .staticFramework,
8787
"Sharing2": .staticFramework,
8888
"SQLiteData": .staticFramework,

0 commit comments

Comments
 (0)