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 answers

0
Sergey Mell On BEST ANSWER

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