libFramework-Template-for-iOS is a template project for building framework files on iOS.
libFramework-Template-for-iOS is a template project for building framework files on iOS.
And you can make xcode project file with the name you want.
Clone or download ‘libFramework-Template-for-iOS’ project.
$ git clone https://github.com/billnjoyce/libFramework-Template-for-iOS.git
On the terminal, run script like below.
$ cd scripts
$ ./make_project.sh MyFramework
Just made own your framework project for iOS.
Run the created project(Xcode) and compile it(Simulator & Device).
After compile successed, it was made a framework file(.framework) in created project(Xcode) folder.
Do your any work now.