Commit 1f31a381 authored by Olivier Halligon's avatar Olivier Halligon Committed by AliSoftware

[xcassets] fix: add resources to Copy Resources Phases, not as Compile Sources Phase

parent c1e679fe
...@@ -152,7 +152,7 @@ module Pod ...@@ -152,7 +152,7 @@ module Pod
UI.puts " - Adding #{resource_path.basename} to targets #{native_targets.map(&:name)}" UI.puts " - Adding #{resource_path.basename} to targets #{native_targets.map(&:name)}"
native_targets.each do |user_target| native_targets.each do |user_target|
user_target.add_file_references([file_ref]) user_target.add_resources([file_ref])
end end
end end
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