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?
After you run tns build ios
command you actually get a Xcode project in platforms/ios
directory.