dpa99c / cordova-plugin-firebasex

Cordova plugin for Google Firebase
MIT License
571 stars 462 forks source link

Error when building IOS platform after installing cordova-plugin-firebasex #762

Closed rasheeek closed 1 year ago

rasheeek commented 1 year ago

Bug report

Current behavior:

Error when building IOS project after installing firebasex plugin

CompileC /Users/rasheek/Library/Developer/Xcode/DerivedData/app-flldhvimeahdmdfaxaleyfzfdidb/Build/Intermediates.noindex/app.build/Debug-iphonesimulator/app.build/Objects-normal/x86_64/FirebasePlugin.o /Users/rasheek/Desktop/Projects/app/platforms/ios/app/Plugins/cordova-plugin-firebasex/FirebasePlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'app' from project 'app')

Environment information

Podfile after running cordova plugin add cordova-plugin-firebasex

pod 'Firebase/Analytics', '~> 7.0.0' pod 'Firebase/DynamicLinks', '~> 7.0.0' pod 'FBSDKCoreKit', '5.15.0' pod 'FBSDKLoginKit', '5.15.0' pod 'FBSDKShareKit', '5.15.0' pod 'GoogleSignIn', '~> 5.0.0' pod 'GoogleUtilities', '~> 7.8.0' pod 'Firebase/Core', '9.1.0' pod 'Firebase/Auth', '9.1.0' pod 'Firebase/Messaging', '9.1.0' pod 'Firebase/Performance', '9.1.0' pod 'Firebase/RemoteConfig', '9.1.0' pod 'Firebase/InAppMessaging', '9.1.0' pod 'Firebase/Firestore', '9.1.0' pod 'Firebase/Crashlytics', '9.1.0' pod 'Firebase/Functions', '9.1.0' pod 'Firebase/Installations', '9.1.0' pod 'GoogleTagManager', '7.4.1'

dpa99c commented 1 year ago

Cordova CLI builds with Xcode 14 have been fixed in cordova-plugin-firebasex@15.0.0-cli which has just been released to npm