Skip to content

Commit

Permalink
add linker flag required by firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
akaffenberger committed May 6, 2022
1 parent 5ec4d25 commit 0510538
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .scripts/package_template.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ let package = Package(
targets: [
.target(
name: "Firebase",
publicHeadersPath: "./"
publicHeadersPath: "./",
linkerSettings: [
.unsafeFlags(["-ObjC"])
]
),
// GENERATE TARGETS,
// GENERATE BINARIES
Expand Down

0 comments on commit 0510538

Please sign in to comment.