Search code examples
iosswiftxcodenativescripttns

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


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?


Solution

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