0

I'm getting this error:

Xcode Error

Usually If I'm unsure why I'm getting this error I click on it to see more information about it. However when I click it nothing happens.

Why can't I click it anymore?

3 Answers 3

2

It's linker error. Linker can't find some symbol so it can't show where exactly error appears. In fact linker knows nothing about your code. If you don't add or remove libraries in your project try to clean project or remove derived data, it will force to recompile a whole project.

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

Comments

0

It might also help to right click on the error and select "Reveal in Log".

Comments

0

sometimes this error can't find or gets opened on just a normal double click..but on right click and selecting Reveal in log will definitely help you

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.