Skip to content

Commit

Permalink
Revert "fix: Core Module Simulator Build시 Core Module에 의존된 Firebase C…
Browse files Browse the repository at this point in the history
…rashlytics Crash issue 발생 해결 (#733)"

This reverts commit 558ff15.
  • Loading branch information
Do-hyun-Kim committed Dec 29, 2024
1 parent 558ff15 commit 67f09ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions 14th-team5-iOS/Core/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ private let targets: [Target] = [
layer: .Core,
factory: .init(
products: .framework(.static),
dependencies: ModuleLayer.Core.dependencies,
settings: .settings(
base: [
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
]
)
dependencies: ModuleLayer.Core.dependencies
)
)
]
Expand Down

0 comments on commit 67f09ee

Please sign in to comment.