firebase SDK installation issue - firebase

I am trying to install admob in my app which I built using spritekit.My os Sierra version is 10.12.3.This is my first time attempting so long story short, I inserted GoogleService-Info.plist into my project and managed to locate my project and it looks like so
"myNames"-MacBook-Pro:~ "firstandlastname"$ cd /Users/"firstlast"/Desktop/"myProject'sName"/
"myNames"-MacBook-Pro:"myProject'sName" "firstandlastname"$
my issue here is that whenever I am trying to insert pod init it gives me this error -bash: pod: command not found
Any ideas as to why? Thanks.

So after much research, I worked out my rookie mistake. I will leave this here just in case someone runs into the same issue as I did.
All I had to do was install cocoapods! There are plenty of tutorials that show you how. Again, rookie mistake of me.

Related

Travis Build is Stuck on Building fresh packages step

My build for a react-nextjs application was working properly till a few days ago. But for some reason, deployments are stuck on the Building fresh packages step. We use yarn.
And I checked the logs via debug mode of Travis. I followed these steps to see some logs about the issue. https://github.com/yarnpkg/yarn/issues/5129#issuecomment-842775713
And I see an ESOCKETTIMEDOUT error.
Does anyone have a suggestion to solve that issue?

Unable to Install Qt using online installer

I am trying to install Qt using Qt online installer, loader keeps on coming for few minutes as shown in below image
Then I get the following error
Please help me how to fix above error.
The problem is fairly simple - the server is down, and it's in the process of being fixed :) If this sounds fastidious, it's not, that is literally what's going on, as seen on the mailing list post here.

Having a problem with build\nodes\runnodes

I've been trying to build a CordApp and I downloaded the template from GitHub. The code that I've written is available on the following link:
https://github.com/shanmukhipriya99/taskcordapp
When I'm trying to run gradlew.bat deployNodes in the cmd terminal, this is what I got:
[gradlew.bat deployNodes]
Then when I run build\nodes\runnodes in the cmd terminal, this is what I got:
[build\nodes\runnodes]
Then I have three other terminal windows opening-up, they load the Corda part, show some red text that says something about the developer mode and all the node terminals get closed automatically before I'm able to read the entire text.
Can someone please help me in figuring out where I'm wrong!?
Thanks in advance!
It looks like you have had successfully started the nodes all in one terminal. I am not entirely sure, if this is the only issue, but I have seen this issue before. This is caused by lack of permission of the Terminal.
I have seen it happened for both Windows and Unix/Macos users. To resolve it you might need to grant the permission to Terminal manually.
If it still does not work out, I would actually suggest the alternative quick fix that Ashutosh mentioned in comment. Open a new tab and go to the root folder of each nodecd /build/nodes/XXX, and start the node manually via java -jar corda.jar

Meteor 1.4.2.3 for Windows. Stuck at “Starting your app”

I've installed the latest version of meteor 1.4.2.3 and simply trying to create my first meteor app. The steps are simple but the process keeps looping on "Starting your app".
I've searched for solutions and tried the following with no success: meteor update, changing the port, npm install, meteor reset, uninstall and reinstall.
Stuck at "Starting you app" seems to be a common issue with no consensus on solution.
Please someone help!
Meteor needs quite a bit of memory, if you have less than 8GB it will struggle.
Sometimes just control-c it and starting it again works.
Sometimes it needs a
meteor reset
Another thing you can do is remove
<project-dir>/.meteor/local
Usually the problem only rears its head once in a while
I met this issue too. And Meteor stuck suddenly, it was working fine a day before. I tried everything. Uninstalling,reseting meteor, updating meteor, updating npm, meteor npm cache clean,Registry editing etc. Nothing helped. Then,
I updated my Windows 8.1 to Windows 10 and it was working again.
Edit: try this method first.
https://stackoverflow.com/a/46133529/3959840
I just downloaded meteor for Windows V 1.5.2. In my case I did not have Mongo DB installed.
I downloaded it from here and in cmd I set the MONGO_URL=' ' and boom it started my app.
Hope this helps someone :).

TideSDK Developer unable to download?

I just downloaded TideSDK and it looks great. Saw that TideKit is upcoming :)
When I tried to start up their "Hello World" example it told me it had to install more packages. When downloading it hit what seems like to me a 404 error and it also got "no release found by that id" as response.
I did wait a few hours before retrying, but it doesn't seem to help..
So I was wondering if wether or not it's just me? Alternatively if anyone's seen these errors before and what they did to resolve...
Error: Pasted here
You need to install the SDK runtime at proper location according to your operating system. Checkout Getting Started Guide for details.

Resources