kivy-ios icon indicating copy to clipboard operation
kivy-ios copied to clipboard

Lib Not Found

Open NicFolk opened this issue 2 years ago • 4 comments

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?

NicFolk avatar Mar 02 '22 04:03 NicFolk

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.

NicFolk avatar Mar 09 '22 03:03 NicFolk

What is the library that you removed? library not found for -lsdl2 means that can't find libsdl2.a (or there's something wrong).

misl6 avatar Mar 09 '22 19:03 misl6

I simply removed the ".a" at the of the end file name under build settings

NicFolk avatar Mar 11 '22 02:03 NicFolk

Screen Shot 2022-03-10 at 6 21 37 PM

NicFolk avatar Mar 11 '22 02:03 NicFolk

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.

github-actions[bot] avatar Nov 10 '23 20:11 github-actions[bot]