NativeScript / nativescript-marketplace-demo

NativeScript kitchen sink demo. All of NativeScript’s functionality in one app.
http://www.nativescript.org
Apache License 2.0
325 stars 97 forks source link

tns run ios error #279

Closed FrontendOrla closed 6 years ago

FrontendOrla commented 6 years ago

I'm very new to this but trying to run app on terminal and getting this warning error: npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support

I've successfully run the "groceries" example app on the ios simulator so not sure what the problem is here.

Thanks, Orla

tsonevn commented 6 years ago

Hi @FrontendOrla, First of all, thank you for your interest in NativeScript. I tested the project build on my side locally, however, was unable to recreate an issue, while using tns run ios command. Regarding that, it would help if you could provide some info about your environment(CLI, node, npm, Xcode versions) and the exact steps, which you used while building the app. Also, you could build the app with tns run ios --log trace and to send us the full log from the console.

I would like to notice that the above-mentioned message is only a warning, which should not prevent you from building the app.