I want to convert my iOS project into a framework. I already going throw some solutions but can figure it out because those are not descriptive as much. Can anyone help me? Here are the solutions that I already tried: (1) Convert Existing iOS App to framework (2) how can i create a framework from existing project? (3) Convert Existing iOS App to framework
Asked
Active
Viewed 526 times
0
-
1https://stackoverflow.com/questions/13191193/how-to-convert-an-xcode-project-into-a-static-library-or-framework Have you tried this? Try finding articles of how to do this. The links that you have given, none of them even have an answer. Explain in your question, what have you tried, and then what is the problem you are facing. the question right now is too broad. – AjinkyaSharma Feb 20 '20 at 06:43
1 Answers
0
File -> New -> Target -> FrameWork -> Make sure its in your app bundle. Then in your project you need to make a class where your rootviewController will open. Then you have to add your project storyboard to that target. and your controllers.

Siddhant Nigam
- 462
- 3
- 13
-
I follow your procedure and when I build the project it saying multiple commands produce in my project directory. It actually generating duplicate output files in my directory. – Muhammad Ariful Islam Feb 20 '20 at 07:23
-
I have updated my ans can you see the image your structure looks same of framework ? and once clean the project – Siddhant Nigam Feb 20 '20 at 07:30
-
Yes, the structure is similar to it but the problem remains the same. – Muhammad Ariful Islam Feb 20 '20 at 08:20