I have an external library which i need to add to my existing project.
The steps says to add the library to the project folder and Copy items into Destination group’s folder and select Target. (Steps we normally perform to add a file)
But, while commiting, the SVN selectes the .h file and not the library(.a) file.
Please help.
You have to add static files again.You can use
svn addcommand to add static files in svn. Then again commit the code.Update : In XCode you can right click on .a file then
Source Control--> Add.Then it will show added(A) status. Then commit the code from the Xcode.