0

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

Vipul Kumar
  • 893
  • 9
  • 19
  • 1
    https://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 Answers1

0

enter image description here

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