Firebase NativeScript身份验证导致Sidekick云构建失败iOS

时间:2019-12-27 13:09:25

标签: ios firebase nativescript-angular sidekick nativescript-firebase

我正在尝试使用在Windows和物理Iphone设备上构建的sidekick云在iOS上构建本机脚本应用程序。 我的应用使用firebase nativescript插件身份验证,我认为这是导致错误的原因。 这是我的firebase json文件:

{
"using_ios": true,
"using_android": true,
"analytics": false,
"firestore": true,
"realtimedb": true,
"authentication": true,
"remote_config": false,
"performance_monitoring": true,
"external_push_client_only": true,
"messaging": false,
"in_app_messaging": false,
"crashlytics": false,
"storage": true,
"functions": false,
"facebook_auth": true,
"google_auth": true,
"admob": false,
"dynamic_links": false,
"ml_kit": false

}

我的package.json:

    "id": "org.nativescript.XXXX",
    "tns-ios": {
      "version": "6.1.0"
    },
    "tns-android": {
      "version": "6.1.2"
    }
  },
  "description": "NativeScript Application",
  "license": "SEE LICENSE IN <your-license-filename>",
  "repository": "<fill-your-repository-here>",
  "dependencies": {
    "@angular/animations": "~8.2.0",
    "@angular/common": "~8.2.0",
    "@angular/compiler": "~8.2.0",
    "@angular/core": "~8.2.0",
    "@angular/forms": "~8.2.0",
    "@angular/http": "^7.2.15",
    "@angular/platform-browser": "~8.2.0",
    "@angular/platform-browser-dynamic": "~8.2.0",
    "@angular/router": "~8.2.0",
    "@danvick/ngx-translate-nativescript-loader": "^2.0.0",
    "@ngx-translate/core": "^11.0.1",
    "bootstrap": "^4.4.1",
    "nativescript-angular": "~8.2.0",
    "nativescript-clipboard": "^1.2.0",
    "nativescript-drop-down": "^5.0.4",
    "nativescript-filter-select": "^1.3.0",
    "nativescript-geolocation": "^5.1.0",
    "nativescript-image": "^2.2.5",
    "nativescript-imagepicker": "^7.1.0",
    "nativescript-permissions": "^1.3.8",
    "nativescript-plugin-firebase": "^10.1.0",
    "nativescript-theme-core": "~1.0.6",
    "nativescript-toast": "^2.0.0",
    "nativescript-ui-listview": "^7.1.0",
    "nativescript-ui-sidedrawer": "^8.0.0",
    "reflect-metadata": "~0.1.12",
    "rxjs": "^6.4.0",
    "rxjs-compat": "^6.5.3",
    "tns-core-modules": "~6.1.0",
    "zone.js": "~0.9.1"
  },
  "devDependencies": {
    "@angular/compiler-cli": "8.2.0",
    "@ngtools/webpack": "8.2.0",
    "nativescript-dev-webpack": "^1.2.1",
    "typescript": "~3.5.3"
  },
  "gitHead": "xxx",
  "readme": "NativeScript Application"
}

我已经添加了所有必需的证书和配置文件

Sidekick云构建中的错误日志:

[19-12-27 11:47:36.315] (CLI) ** ARCHIVE FAILED **
[19-12-27 11:47:36.315] (CLI) The following build commands failed:
[19-12-27 11:47:36.315] (CLI) \tCompileC /tmp/builds/_/xxxxxxxxxxxxxxxxxxxxxxxxx/6.1.2/6.1.0/Fisfis/platforms/ios/DerivedData/Fisfis/Build/Intermediates.noindex/ArchiveIntermediates/Fisfis/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/AppAuth.build/Objects-normal/armv7/OIDAuthorizationService+IOS.o AppAuth/Source/iOS/OIDAuthorizationService+IOS.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler


0 个答案:

没有答案