I have a git project which have folder structure like as shown below.
Root Folder
Folder A
a.swift
b.swift
Folder B
a.swift
c.swift
Folder C
a.swift
d.swift
And so on.
I want create cocoapod for this but by generic way it is giving me error.
The error is: Two files with same name under different paths are there. So can’t compile them.
What should I do?