Advertisement
Guest User

Untitled

a guest
Jun 13th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.26 KB | None | 0 0
  1.   pre_install do |installer|
  2.     project = installer.pods_project
  3.  
  4.     # workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
  5.     Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
  6.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement