Felix
Felix

Reputation: 47

How do I get the nativescript framework to work in Xcode IDE

Is there any way to get the nativescript framework to work in the Xcode IDE (the gui part)? Something that would allow me to do the equivalent of tns build ios but in the IDE. I just need to be able to edit some of the build settings.

Upvotes: 0

Views: 304

Answers (1)

Robertino Vasilescu
Robertino Vasilescu

Reputation: 1078

Sure, open the your_app/platforms/ios/your_app_name.xcworkspace with xcode and there you have all the option to change the build settings and build/run your app.

Upvotes: 1

Related Questions