Abhimuralidharan
1 min readSep 23, 2020

--

If you use a framework like Alamofire in your project, then your project is a module and Alamofile is another module.You cannot access any private or internal or fileprivate properties of methods from Alamofire inside your project.

you can add a subproject to a workspace like your cocoapod projects.

The best example would be your app target and your app's test target. Both are two different modules.

--

--