Tell stories with geolocation
# Install dependencies
npm install
# Preview on device
ns preview
# Build, watch for changes and run the application
ns run
# Build, watch for changes and debug the application
ns debug <platform>
# Build for production
ns build <platform> --env.production
- I had to modify some gradle / podfile stuff node_modules/@nativescript/firebase/platforms/ios/podfile > set ios to 13.0 (or remove the line) app_resources/platforms/android/before-plugins.gradle, set:
ext {
googlePlayServicesVersion = "16.+"
}
Also do this: https://stackoverflow.com/questions/64886369/nativescript-ios-build-fails-xcode-error-command-ld-failed-with-a-nonzero-exi