0

I'v done quite a bit of R&D on creating static libraries in iOS and came across some well written blogs. I followed this link and also this to create a static library. I have follwed the steps specified in those blogs i.e, i added all the implementation files(.m) to the static library and deleted them from the main target etc... But, i am getting around 700 erros (which is quite bizarre) when i try to build the code. i am posting a screenshot of my errors here.. Is there anything that i am missing here or doing wrong?

enter image description here

1 Answer 1

1

Please check the imported Header files.

The .m files, which have these errors, may have the same imported files.

Maybe a semi-comma or parentheses is missing or used incorrectly.

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

1 Comment

all these .m files have some imported classes. What should i do with them?

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.