i get this bug where sometime old errors appear again in ionic.
A new serve helps but it is pretty annoying because sometimes when fixing erros you still get the error message even the error is already removed.
I use ionic serve -l to start my app.
Might be a problem with cashes? Anybody experiencing the same? And is there a solution/or workarround to this problem?
Thanks!
Related
I'm testing the performance of my website with Lighthouse DevTool but I can't score 100% in Best Practices because keeps showing this as a problem:
Does anybody know what this means? How could I solve it?
You can find the specific errors in the "Issues" tab where the "Console" output is.
Also getting this, so you're not alone. Wondering if it was a recent Chrome bug I tried here - https://www.webpagetest.org/ and got the same useless error.
After a bit more digging, I found this closed issue on the lighthouse github repo.
https://github.com/GoogleChrome/lighthouse/issues/14233
So, it's been fixed, but only in version 10. Chrome 105 seems to be using lighthouse 9.6.2 and npm at the present time seems to install 9.6.7 (which has the same bug).
You can run the latest version by pulling the repo from github, building and running on the command line. See instructions here
https://github.com/GoogleChrome/lighthouse#develop
Note, the build doesn't work on an M1 mac, due to i386 specific build tools. I had to dig out my old macbook to get this working.
I never had this issue but I opened Xcode and all of a sudden the SwiftUI app was not compiling throwing the error: 'grpcpp/grpcpp.h' file not found. I am using the package SDK from github (most updated version) and cant get the app to run. Anyone ran into this issue before? Thanks! Greatly appreciate any help.
Found this, which might help: https://github.com/firebase/firebase-ios-sdk/issues/1916. Here's the suggested answer from the link but feel free to read the whole thread:
this should be an issue with misconfiguration of HEADER_SEARCH_PATHS or related settings by CocoaPods. Removing $(SRCROOT)/Pods/ from TARGETS -> Build Settings -> Header Search Paths will fix this issue.
my Ionic Devapp randomly stopped working properly. Not sure what I did to cause this.
When I serve my app and open it on the dev app, it opens per norm and everything works. If I close it and reboot it, I get the error
"Module card.io.cordova.mobilesdk.CardIO does not exist."
When I tap "Close", it just gives me a white screen.
Note: I do not use Card.IO in my project, however at some point in the far past I did install Card.io on this project but then removed it. It's been working fine ever since up until now.
I tried adding Card.IO back to the project with:
ionic cordova plugin add card.io.cordova.mobilesdk
npm install #ionic-native/card-io
To see if that would make it happy, but it's still throwing the same error message.
Just wondering if anyone else ever ran into this/has any insight on how to fix this?
The lazy loading does not working after update ionic .The error is Uncaught (in promise): invalid link: DashboardPage.
For those who still searching the answer, Re-run "ionic serve" command and it will start working again. Every time you generate a new page Ionic need serve for compiling new pages. I think it will be fixed next major version but currently, am fixing the issue like that. If anyone found a better solution then please let the community know.
hello guys i am having problems wile trying to install cocoapods in el captian i just updated yesterday and cant install the cocoapods due to this error
terminal results
im kinda new to mac and xcode and everything i have already looked at all the answers that might have helped like
Cannot install cocoa pods after uninstalling, results in error
and entered the codes bud didnt get any result on it so if u could explain the issue in a simple way that would be great thanks
hey after some research and asking from some friends this is what they offered me
Sounds like there is some SSL issue in your RubyGems installation, maybe this can help. Another option is to use the OS X app as installation method instead: https://github.com/CocoaPods/CocoaPods-app/releases/tag/0.39.0
i used the app and it solved my problem
thanks anyways