Skip to content

Commit

Permalink
Fix pods issue when using RollbarCrash as an internal dependency (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
matux authored Jul 25, 2023
1 parent af940af commit 049d815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RollbarNotifier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ Pod::Spec.new do |s|

s.swift_versions = "5.5"
s.requires_arc = true

s.osx.xcconfig = {
"USE_HEADERMAP" => "NO"
}
end

0 comments on commit 049d815

Please sign in to comment.