Community

about pod install

Please explain me to how to pod install install in terminal and how to set podfile.lock. And also when remove podfile.lock and menifet.lock in pod menifet section.that time get Not found OCRSDKClient.h error.please help me for this issue.

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user
    1. Check that CocoaPods is not already installed.
    2. Install it if necessary.
    3. Go to the folder with the project (where Podfile is located) and run "pod install" from there.

    *.lock files should not be removed.

    Below are some links with the detailed information about CocoaPods:

    0

Please sign in to leave a comment.