Commit 195ec17f authored by Jeremy Slater's avatar Jeremy Slater

Don't install library without target definition

parent 28ca8f54
......@@ -317,6 +317,7 @@ module Pod
def install_libraries
UI.message"- Installing libraries" do
libraries.sort_by(&:name).each do |library|
next if library.target_definition.empty?
target_installer = TargetInstaller.new(sandbox, library)
target_installer.install!
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment