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?
|
feedback
|
|
You need to add the framework to your Xcode project. Literally drag the framework into the | |||
|
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. | ||||
|
feedback
|