Milad Bahmanabadi
Milad Bahmanabadi

Reputation: 968

Is it possible to export IOS framework from IOS projects?

I'm working on IOS Project (swift code + UI), now i want to export a private framework from my code, like .aar files in android.
How can i do it?

any help would be appreciated

Upvotes: 0

Views: 110

Answers (1)

Nirbhay Singh
Nirbhay Singh

Reputation: 1298

No, you cannot convert. But can create a new project and choose Framework as the target and create as many files you want to be included in that Framework and then export it.

Upvotes: 1

Related Questions