How to delete static library ".a" file from xcode project?

359 Views Asked by At

I created a Cocoa Touch Static Library in Xcode. Now I want to delete it from my project as I realized I don't need it anymore. I deleted all the ".h" and ".m" files as well as the supporting "info.plist" file of the static library, but am unable to delete "StaticLibrary.a" and "StaticLibraryTests.xctest" file from Products group of Xcode. Kindly help.

0

There are 0 best solutions below