KamilH
09/29/2020, 7:25 PMcocoapods
plugin with some basic configuration. Then I built a project next I used podBuildDependenciesIos
. Podspec files has been generated properly along framework. Then I added in my iOS project a pod with the library. pod install
was also successful. When I’m trying to import library in the project I can do it (XCode sees the name of the library), however when I’m trying to build a project I’m getting an error No such module 'MobileLibrary'
. What could be a problem?Kris Wong
09/29/2020, 7:30 PMKamilH
09/29/2020, 7:32 PM