-
-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pods GoogleUtilities fatal error #453
Comments
I have exactly the same issue, I have the latest Pods installed for Firebase usually the same they comes with the spec of plugin.xml of cordova-plugin-firebasex, yesterday and others past days was build successfully but from today the build failed, with same issue reported for @rolinger |
Firebase iOS has been updated to 6.28.0. Firebase iOS Release Notes I fixed the version of Firebase iOS in plugin.xml from 6.27.0 to 6.28.0 and the build was successful. https://github.com/dpa99c/cordova-plugin-firebasex/blob/10.1.0-cli/plugin.xml#L126-L140
|
I am using [email protected]. https://github.com/dpa99c/cordova-plugin-firebasex/blob/10.1.0-cli/plugin.xml#L126-L140 |
@keeepon - yeah, I think I have been staring at my screen too long and just glazed right over the obvious. I am on [email protected] too. I modified the plugin in my root project then removed the platform iOS and readded it again, now its hanging during the
May have to rebuild my whole project now and try modifying the plugin before its added to my project. Edit: well, its not hung...but this "cloning" is taking forever...gonna wait it out and see what happens. |
I can confirm this is caused by the publication of Updating the Firebase iOS SDK components to v6.28.0 resolves the issue. I will merge the PR by @driiftkiing which bumps this plugin to that version and push out a patch release. Please make sure you update your local pods repo: |
I did the manual edit to the plugin suggested by @keeepon and compiled with success. I will pull the new plugin once available. Thanks guys. Since my project had to be completely rebuilt from scratch on a new Mac and I have all the latest and greatest tool versions (npm,ionic, gulp, plugin versions, etc) I am more than relieved it wasn't my build environment or some needle in a haystack version compatibility issue. |
@dpa99c so we can use the latest firebaseX @10.1.0 with updated firebase ios to 6.28.0. will this resolve the issue ? |
@bhargavas12 - yes, until the new plugin is available you can edit the |
The fix has been published in |
Can we also get an update for 9.1.2 since we are still using that one? #458 should be mergeable for that release. (Just wasn't able to select the correct base.) |
@dpa99c Resource "/Users/temp/Library/Developer/Xcode/DerivedData/project/Build/Products/Debug-iphonesimulator/FirebaseInAppMessaging/InAppMessagingDisplayResources.bundle" not found. Run 'pod install' to update the copy resources script. ** BUILD FAILED ** |
@bhargavas12 looks like you are using |
@petergrau I have no plans to back-patch old versions (which is time-consuming and messy). |
@dpa99c - my app compiled from CLI using 'ionic Cordova build iOS`, but from within Xcode, deploying to a simulator or device I am now getting the following. I have never seen these errors before...my identical project on legacy Mac compiles/deploys just fine, but not on this new Mac - only big difference is the latest firebasex version.:
And I have validated the Google AdMob publishers app ID is in my plist file in the project root and that it was replicated to all the appropriate resource directories during the build. |
I found this thread was similar but all my configs seem to be correct. #447 I then noticed the error was due to the specific |
@rolinger I'm not getting this error building the example project. Here'a reproducible test case using a publicly-available
Open |
@dpa99c I tried multiple things and couldn't get past the admob issue so ultimately I just dropped admob plugin as we are moving away from ads anyway - we were just hoping to get identical builds on old Mac and new Mac so we knew everything was apples to apples. But once I did that my project compiled and deployed fine, but that was using @10.1.0. I took a break and came back to rebuild one final time and I noticed in rebuilding my project that the new PR is now active
From /project/platform/iOS I ran This sounds like the [email protected]/[email protected] issue now...but the previous version (@10.1.0) I manually updated the pod references (in plugin.xml) to 6.28.0 worked and now the new one (@10.1.1) does not. I have not run any of the @10.x.x-cli versions - or are they new merged and one in the same? |
@dpa99c - not certain how/what happened, but my install went from @10.1.0-cli to @10.1.1 and I didn't see that it wasn't the |
Bug report
CHECKLIST
I have read the issue reporting guidelines
I confirm this is a suspected bug or issue that will affect other users
Hi Dave, I have combed through stackoverflow, through the plugin docs and other resources and still can't resolve this. I suspect it has something to do with the Pods < - > Cordova@9/cordova-ios@5 issue or it could be some version compatibility issue since everything is on the latest and greatest. But I can't be certain either assumption.
Since this is a fresh install on a brand new Mac everything is using the latest and greatest versions of everything. I also verified all my pods are up to date.
Current behavior:
Build fails during CLI
ionic Cordova build iOS
** Plugin vs Your own code**
Fresh install on new Mac computer. Just built the environment, no errors and ported all GOOD code from previous Mac that is working/compiling fine....but on older versions of environment
Expected behavior:
clean cli compile
Steps to reproduce:
Fails on every build from cli
Screenshots
Environment information
Ionic:
Ionic CLI : 6.10.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : ionic1 1.0.0
@ionic/v1-toolkit : 1.0.22
Cordova:
Cordova CLI : 9.0.0 ([email protected])
Cordova Platforms : ios 5.1.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 32 other plugins)
Utility:
cordova-res : 0.15.1
native-run : not installed
System:
ios-deploy : 1.10.0
ios-sim : 8.0.2
NodeJS : v14.5.0 (/usr/local/Cellar/node/14.5.0/bin/node)
npm : 6.14.5
Cocoapods: 1.9.3
OS : macOS Catalina
Xcode : Xcode 11.5 Build version 11E608c
Console output
The following build commands failed: CompileC /Users/rpo/Library/Developer/Xcode/DerivedData/WHIPSTER-fbocyrfnyhrizhfbhadoplqyjoae/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FirebaseAuth.build/Objects-normal/x86_64/FIRAuth.o /Users/rpo/dev/myApp/platforms/ios/Pods/FirebaseAuth/FirebaseAuth/Sources/Auth/FIRAuth.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) xcodebuild: Command failed with exit code 65
Other information:
The text was updated successfully, but these errors were encountered: