I do a project on Swift, I connected the iOS SDK via cocoapods, when I write
import VK_ios_sdk gives an error message
no such module
Tell me who faced how to solve this problem?
I do a project on Swift, I connected the iOS SDK via cocoapods, when I write
import VK_ios_sdk gives an error message
no such module
Tell me who faced how to solve this problem?
Source: https://ru.stackoverflow.com/questions/534091/
All Articles
General->Linked Frameworks and Libraries.a-file of the library and a .a-file of the pods of the project should appear, respectively Tragets of the Podov project. - AivanF.