0

I am creating a new cocoapod, and want to include another cocoapod as a dependency.

I added the necessary line to the podspec:

  s.dependency 'Locksmith', '~> 2.0.8'

But trying to import it in my class gives me an error:

No such module 'Locksmith'

Is there another step required to make dependencies work within my pod classes?

1 Answer 1

2

Solved it.

Have to run pod install on the Example folder.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.