Commit f91f5591 authored by Samuel Giddins's avatar Samuel Giddins

[Target] Return to putting the module name in the module map path

This ensures Xcode won’t try to automatically pull in modulemap files that it encounters, causing “duplicate definition of module” errors
parent 396995c7
...@@ -157,7 +157,7 @@ module Pod ...@@ -157,7 +157,7 @@ module Pod
# defines the module structure for the compiler. # defines the module structure for the compiler.
# #
def module_map_path def module_map_path
support_files_dir + 'module.modulemap' support_files_dir + "#{product_module_name}.modulemap"
end end
# @return [Pathname] the absolute path of the bridge support file. # @return [Pathname] the absolute path of the bridge support file.
......
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