在ios模拟器上运行应用程序时:
(CFNetwork) Task <AF6F5178-7759-425E-9320-B18F6FD2ED61>.<1> is for <org.nativescript.app4>.<com.twitter.crashlytics.ios.crash.background-session>.<1>
我已经花了几天时间,但找不到任何参考。 任何人都有解决这个问题的想法??
这是package.json
{
"nativescript": {
"id": "org.nativescript.app4",
"tns-android": {
"version": "5.4.0"
},
"tns-ios": {
"version": "5.4.0"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"scripts": {
"lint": "tslint \"app/**/*.ts\""
},
"dependencies": {
"app4": "0.0.0",
"nativescript-animated-circle": "^1.2.0",
"nativescript-pdf-view": "^2.0.1",
"nativescript-pdf-viewer": "^3.1.0",
"nativescript-plugin-firebase": "^8.3.2",
"nativescript-slides": "^2.3.0",
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-listview": "^6.3.0",
"nativescript-ui-sidedrawer": "~6.0.0",
"node": "^10.15.3",
"node-sass": "^4.9.0",
"rxjs": "~6.3.0",
"tns-core-modules": "^5.4.0",
"tsc": "^1.20150623.0",
"typescript": "^3.4.5",
"uglifyjs-webpack-plugin": "^2.1.3"
},
"devDependencies": {
"nativescript-dev-sass": "~1.7.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "^0.22.0",
"tns-platform-declarations": "^6.0.0-next-2019-05-20-103602-01",
"tslint": "~5.11.0"
},
"gitHead": "803cec054c44c99eaa59cdc267993e6346f6cb3a",
"readme": "NativeScript Application"
}
P.S:只知道该应用程序在启动时会在控制台上打印并关闭该应用程序。