BranchMetrics/fastlane-plugin-branch

Podfile patch fails at times

jdee opened this issue · 0 comments

jdee commented

Particularly using the common construction:

target "MyApp" do
  pod "PodA"
  pod "PodB"
end

The Branch pod is inserted without a trailing newline, causing CocoaPods to fail.