-
Notifications
You must be signed in to change notification settings - Fork 243
Lib Not Found #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note: I managed to get rid of this by removing the ".a" at the end of many of my Xcode libraries in the "Link Binary with Libraries" section. Unfortunately, eventually, this opens up around 100 different Xcode errors. |
What is the library that you removed? |
I simply removed the ".a" at the of the end file name under build settings |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have the means to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Mysteriously, my Xcode project said it can't find a certain library. It says "library not found for -lsdl2", which is very weird considering the fact that it was working perfectly just yesterday, and I hadn't touched it between then and when it stopped working. This error seems fairly common, but I found sites like Stack Overflow pretty unhelpful. this is my first attempted Xcode project. Does anyone have some advice?
The text was updated successfully, but these errors were encountered: