Skip to main content

Posts

Showing posts with the label Create Binary

How to Create Binary of the application

Steps : 1. Go to target >> New target >> Static Library Create >> add name"TestLib" 2. New target is visible     Three options     Compile Sources :  Filter with *.m in the application . Drag and drop the .m file in the copy header.   Copy header:                                  I.     Filter with *.h in the application.                                 II.     Drag and drop the .h file in the copy header.                               I...