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
Asked
Active
Viewed 1,884 times
-1
-
1Create `Cocoa touch framework` to your same project, and go to all the files and add them into your framework's target as well using `file inspector`.(i.e. First tab of right `Utilities` bar). – Mohammad Zaid Pathan Jan 04 '18 at 14:47
-
Any idea on this? – HariKarthick Oct 18 '21 at 08:30
1 Answers
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.

tryhardgeci
- 39
- 3