Reputation: 968
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
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