Is there anyway to compile a Nativescript project into a Swift/XCode Project?

143 Views Asked by At

I'm creating a Native iOS app & some of the business logic is already in Nativescript project. Is there anyway I can compile the Nativescript source into an XCode project?

1

There are 1 best solutions below

0
Sergey Mell On BEST ANSWER

After you run tns build ios command you actually get a Xcode project in platforms/ios directory.