I want to create a .a file, this is the static library of my project that I created. How can i achieve this. Please provide me with the best solution, tutorial or any other links.
Thank you in advance
http://mobileorchard.com/sharing-compiled-code-building-static-libraries-in-xcode-for-the-iphone/ has a good tutorial.
Here are the basic steps:
With xcode4.2, the easiest way is to create a new project, iOS / Framework and library, CocoaTouch Static Library and add all your files.
Here is a simple tutorial with which I created a static library in iphone. After creating the static library, you import the library .a file and the .h header file into your new project and use them. Here is a link to create a static library .
Source: https://habr.com/ru/post/1388258/More articles:How to install Command-T, Pathogen and not use RVM? - ruby | fooobar.comHow to prevent external users from viewing document files - securityPause until user logs in to run shell script in OS X - bashFind string inside byte buffer - javaErlang binary concatenation - erlangTextView and EditText in single line in Android? - androidHash sign in front of property name - CSS browser hack? - cssHow to show alerts / pop-ups / windows using knockout.js - knockout.jshow to write file mixing in C and C ++ - c ++How to add ComboBox elements dynamically in wpf - c #All Articles