Getting following error in xcode 3 simple cocoa application:

ld: framework not found SDL collect2: ld returned 1 exit status

But framework exists here /Library/Frameworks/SDL.framework . What am i doing wrong?

link|improve this question

25% accept rate
feedback

2 Answers

You need to add the framework to your Xcode project. Literally drag the framework into the Frameworks folder.

link|improve this answer
feedback

You need to add the framework by right clicking on the on the framework in the sources and file menu and select the existing file. Add the framework after that it is visible in your project.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.