Skip to content

Commit

Permalink
Add RollbarCommon pub header dir to search path of Notifier podspec (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
matux authored Jul 26, 2023
1 parent 049d815 commit d6d76f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RollbarNotifier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.osx.xcconfig = {
"USE_HEADERMAP" => "NO"
"USE_HEADERMAP" => "NO",
"HEADER_SEARCH_PATHS" => \
"$(PODS_ROOT)/#{s.name}/#{s.name}/Sources/#{s.name}/** " \
"$(PODS_ROOT)/RollbarCommon/RollbarCommon/Sources/RollbarCommon/include"
}
end

0 comments on commit d6d76f5

Please sign in to comment.