sidekick-feedback icon indicating copy to clipboard operation
sidekick-feedback copied to clipboard

Nativescript 6.2.0 IOS Build fails with nativescript-plugin-firebase

Open billforde opened this issue 6 years ago • 1 comments

Please, provide the details below:

I created a clean 6.2 project from scratch (tns create) and added nativescript-plugin-firebase. When i try to do an IOS cloud build, it fails.

The following build commands failed: Ld /tmp/builds//9294f26804c485b4e8c9d42c114a845a39a3a63c/6.2.0/6.2.0/which/platforms/ios/DerivedData/which/Build/Intermediates.noindex/ArchiveIntermediates/which/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/FBSDKCoreKit.build/Objects-normal/armv7/FBSDKCoreKit normal armv7 Ld /tmp/builds//9294f26804c485b4e8c9d42c114a845a39a3a63c/6.2.0/6.2.0/which/platforms/ios/DerivedData/which/Build/Intermediates.noindex/ArchiveIntermediates/which/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/FBSDKCoreKit.build/Objects-normal/arm64/FBSDKCoreKit normal arm64 (2 failures)

Did you verify whether this issue has already been reported here?

Yes

Which platform(s) does the issue occur on?

iOS
Windows

Provide the following version numbers that the issue occurs with:

  • NativeScript Sidekick:1.19.1
  • NativeScript CLI: 6.2.0

How to obtain this information is explained in the Gather information about your development environment section.

Tell us how to recreate the issue in as much detail as possible

  1. create a new blank app, tns create
  2. add nativescript-plugin-firebase (npm install)
  3. Use sidekick to perform a IOS clould build

Does this issue happen every time?

Yes

Send the client logs

_How to obtain the Sidekick logs is explained in the [Access the NativeScript Sidekick logs](https://github.com/NativeScript/sidekick-feedback#access-the-nativescript-sidekick-logs main_19-11-15_15-10-21.421.log

) section. To share them with us, you can create a gist with the app logs and send the produced link._

billforde avatar Nov 18 '19 05:11 billforde

I actually got nativescript-plugin-firebase to build with {N} 6.2.0 this morn.

Maybe it's one of the options you've chosen? I had issues with Google_auth.

Here's my firebase.json.nativescript ` { ' "using_ios": true,

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

}`

EdJones avatar Nov 25 '19 02:11 EdJones