Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 24, 2024
1 parent c3ae0ca commit dd9a37b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ let package = Package(
],
targets: [
.target(
name: "ios_voice_processor"
name: "ios_voice_processor",
linkerSettings: [
.linkedFramework("AVFoundation")
]
)
]
)

0 comments on commit dd9a37b

Please sign in to comment.