using cocoapods added VK_ios_sdk

screen

but the project does not see the library:

No such module 'VK_ios_sdk'

Please help, give advice.

    1 answer 1

    Create a briging header and add

     #import "VKSdk.h" 

    and everything will be clear: enter image description here

    • Thank! figured out for the work! - Ilya