0

I have added one project dependency inside of my project. After that, I have also add to header search path, target dependencies and linked frameworks and libraries also.

Error:

enter image description here

enter image description here

Header Search Path:

enter image description here

Library:

enter image description here

Target Dependency:

enter image description here

What did i miss to make it run? Please give me an advice. Thanks so much.

1 Answer 1

1

You need to also add the Library Search Path. Add the path where your .a file is located in your file system.

enter image description here

Please also make sure that your .a file appears in the Link Binary With Libraries section in Build Phases and the Linked Frameworks and Libraries section in General.

Link Binary With Libraries enter image description here

Linked Frameworks and Libraries enter image description here

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.