Open billforde opened 4 years ago
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
}`
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:
Tell us how to recreate the issue in as much detail as possible
Does this issue happen every time?
Yes
Send the client logs
) section. To share them with us, you can create a gist with the app logs and send the produced link._