启动应用程序NativeScript时如何解决错误

时间:2019-11-18 18:40:47

标签: xcode vue.js webpack nativescript nativescript-vue

通过“ tns run ios”启动应用程序时遇到问题。我无法理解错误是什么,需要解决什么,我将很高兴为您提供帮助! 在Android上运行应用程序时不会出错

image from terminal

firebase.init({
  showNotificationsWhenInForeground: true,
  onPushTokenReceivedCallback: function(token) {
  },
  onMessageReceivedCallback: function(message) {
    console.log("Title: " + message.title);
    console.log("Body: " + message.body);
    // if your server passed a custom property called 'foo', then do this:
    console.log("Value of 'foo': " + message.data.foo);
  }
});

0 个答案:

没有答案