Convert iOS application to iOS framework

Is there any method or trick that I can convert my current iOS application project created using storyboard convert to iOS framework.

I want to use my above created app as a child app in other parent apps.

Example:
This is my application which has location tracking with map showing capability. Now I want to use this application in other application which can be anything like company’s checkin checkout app location marking app or anything.

Urgent help is required her.

Hi @thisispankajkumawat welcome to the community.

Not that I know of.

What I do is place code snipets, methods, or even entire classes into a code Library app. I happen to use Quiver and there are many others.

This way much of the work to add locations, for example, to a new project, is already complete. Copy and paste and make a few changes and I am off and running.

Blessings.
—Mark.