Skip to content

Commit

Permalink
Fix cocoapods issue when using RollbarCrash as an internal dependency (
Browse files Browse the repository at this point in the history
  • Loading branch information
matux authored Jul 25, 2023
1 parent b440a29 commit af940af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RollbarReport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,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 af940af

Please sign in to comment.