Commit 2a4f4193 authored by AliSoftware's avatar AliSoftware

Fixed `(null)` references

parent dda9810f
...@@ -118,6 +118,8 @@ module Pod ...@@ -118,6 +118,8 @@ module Pod
# TODO: Remove the file_refs in Pods/Resources if they are not linked # TODO: Remove the file_refs in Pods/Resources if they are not linked
# to any native_target anymore (which can happen after a target deintegration) # to any native_target anymore (which can happen after a target deintegration)
# TODO: Remove the Pods/Resources group if empty
end end
# Warns the user if the podfile is empty. # Warns the user if the podfile is empty.
......
...@@ -213,9 +213,6 @@ module Pod ...@@ -213,9 +213,6 @@ module Pod
user_target.resources_build_phase.remove_file_reference(file_ref) user_target.resources_build_phase.remove_file_reference(file_ref)
end end
end end
# Remove the group and its children
resources_group.remove_children_recursively
resources_group.remove_from_project
true true
end 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