Skip to content

Commit

Permalink
fix: Core Module Simulator Build시 Core Module에 의존된 Firebase Crashlyti…
Browse files Browse the repository at this point in the history
…cs Crash issue 발생 해결
  • Loading branch information
Do-hyun-Kim committed Dec 25, 2024
1 parent 7bb1929 commit b945c23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 14th-team5-iOS/Core/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ private let targets: [Target] = [
layer: .Core,
factory: .init(
products: .framework(.static),
dependencies: ModuleLayer.Core.dependencies
dependencies: ModuleLayer.Core.dependencies,
settings: .settings(
base: [
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
]
)
)
)
]
Expand Down

0 comments on commit b945c23

Please sign in to comment.