arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

FirebaseAuthenticationPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler #1150

Open moblizeit opened 3 years ago

moblizeit commented 3 years ago

Describe the bug A clear and concise description of what the bug is. using ionic 5 with firebase auth and getting error on ionic Cordova build ios

CompileC /Users/moblizeit/Library/Developer/Xcode/DerivedData/Doodles-adkdivmzenbpjfarkekytdxgoobk/Build/Intermediates.noindex/Doodles.build/Debug-iphonesimulator/Doodles.build/Objects-normal/x86_64/FirebaseAuthenticationPlugin.o /Users/moblizeit/code-repo/doodles/doodles/platforms/ios/Doodles/Plugins/cordova-plugin-firebase-authentication/FirebaseAuthenticationPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) xcodebuild: Command failed with exit code 65

To Reproduce Steps to reproduce the behavior: nothing fancy just running ionic cordova build ios

Expected behavior A clear and concise description of what you expected to happen. should build fine

Screenshots If applicable, add screenshots to help explain your problem.

Console Logs If applicable, provide console logs showing the errors being reported.

Plugin Version Run cordova plugin list to find out what version of cordova-plugin-firebase you are running with call-number 0.0.2 "Cordova Call Number Plugin" com.razorpay.cordova 0.16.1 "RazorpayCheckout" cordova-plugin-androidx 1.0.2 "cordova-plugin-androidx" cordova-plugin-androidx-adapter 1.1.1 "cordova-plugin-androidx-adapter" cordova-plugin-app-version 0.1.9 "AppVersion" cordova-plugin-apprate 1.5.0 "AppRate" cordova-plugin-camera 4.1.0 "Camera" cordova-plugin-cocoapod-support 1.6.2 "Cordova CocoaPods Dependency Support" cordova-plugin-device 2.0.2 "Device" cordova-plugin-dialogs 2.0.2 "Notification" cordova-plugin-email-composer 0.9.2 "EmailComposer" cordova-plugin-firebase-authentication 3.3.0 "cordova-plugin-firebase-authentication" cordova-plugin-inappbrowser 3.2.0 "InAppBrowser" cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard" cordova-plugin-ionic-webview 4.2.1 "cordova-plugin-ionic-webview" cordova-plugin-nativestorage 2.3.2 "NativeStorage" cordova-plugin-splashscreen 5.0.2 "Splashscreen" cordova-plugin-statusbar 2.4.2 "StatusBar" cordova-plugin-whitelist 1.3.3 "Whitelist" cordova-plugin-x-socialsharing 5.6.5 "SocialSharing" cordova-support-android-plugin 1.0.2 "cordova-support-android-plugin" cordova-support-google-services 1.4.0 "cordova-support-google-services" es6-promise-plugin 4.2.2 "Promise"

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here. works fine on android

Kohlibrie commented 2 years ago

@moblizeit Do you have new information about this?