-1

I have an existing project.So I want to convert my existing iOS app to a framework without creating a new framework separately and copy files from my existing app.Please help. Thanks in advance

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

1

Create the framework, reference it into your app, move the necessary files into the framework. It might be longer than converting, if it is possible, but you will have a view about what needs really to be there.