I am not able to do a pod installcommand when I transferred my swift project to another MacBook pro that I have got. I have done a pod disintegrate into my project folder.
Since two days ago I have been trying to do a pod install, but was able to do a pod init. I am prompted with this error msg:
Unable to add source with url 'https://github.com/CocoaPods/Specs.git' named 'master'.
You can try adding it manually in '~/.cocoapods/repos' or via 'pod repo add'.
I have tried the method proposed but I was still not able to install Firebase/Core.
I would like to also know if I should delete away any of the related pod files after I transferred my project to a new terminal?
Side story:
The project was created in an iMac with OS Yosemite. The Macbook Pro I am using now is EI Captain. Does it matter?
Thank you!
Solution:
Hi all,
My issue was due to my wifi connection. Everything works fine after I am in a place with strong wifi.
try pod setup command. That will setup things for you.
after that try pod install
Related
I had issues Installing Firebase pods to my project on my laptop so I decided to use my friend's Macbook to Install it to my Xcode swift project and it worked. Will I be able to call the pod libraries that I have added to my project by copy pasting the folder to my laptop even though I used my friends laptop to add the pod files. I have installed cocoapods already it just it had issues when I used the command "pod install".
Thanks for your time. I am totally new at this Xcode stuff.
You might be able to get away with that depending on whether or not the files for each pod are still included in your project when you transfer it, but generally, the practice when transferring code (an Xcode project) to another computer is to run pod install. Running pod install shouldn't cause any problems and it would be a better idea to fix the pod install problems in order to streamline efficiency for future projects than to manually transfer files from one computer to another (even if it works)
I've installed Odoo 9.0 on Ubuntu 14.04, and I've activated the developer mode to install module from App Store. Every app I try to install that doesn't belong to the 31 apps offered by default without accessing developer mode, I get this error:
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
It looks like this happens only on the local installation. i tried to install the Barcode app in online trial, and I encoutered no problems.
If anyone may help me, I'll be eternaly grateful.
Anyway, I'm pretty sure that the app on the "App store" provided in Odoo (not the ones that is possible to download in zip and add to addons), are only for the enterprise version.
I tried in a lot of computers and different installation with no luck.
Still happenning as of today. I've been able to manually install the module I wanted:
Go to the app store web site: https://apps.openerp.com/apps/modules
Search for and download your module
unzip the archive in the addons directory of your odoo installation
Go in odoo, settings, update modules list
you can then look for it in Local Modules. You may need to remove all filters. I've done this in v8.
I'm trying to run eclipse che and i'm stuck. Everything runs fine until the 3rd step of workspace creation "injecting and starting workspace agent".
After deploying web application archive it just shows an error that the workspace agent is not responding and it will be stopped. There isn't any other error during the initialization and everything seems to load fine. I suppose
I got the same issue on both windows (8 and 10) and ubuntu latest LTS. I suppose docker is responsible for the error but i can't find any solution.
Uninstalling everything, and downloading the docker toolbox manually solved the issue on windows. Seems like the eclipse che installer has some version issues.
I want to deploy my driver for testing. I have provisioned my target computer for testing (although this shouldn't matter because I am not even at that step yet). On my host computer I open Visual Studio and go to
Driver > Test > Configure Devices
and immediately an error window saying:
Inappropriate request for export from part that belongs to another sharing boundary.
This looks like a bug in my Visual Studio (I have just recently updated to VS Update 1).
I am going to uninstall and reinstall since I have already tried repair. Any other ideas?
UPDATE: Uninstall and Reinstall didn't work. The bug is documented on Microsoft Connect: Fails to load Configure Devices (Closed)
I was successfully able to configure and provision a new device using the following method:
Project properties
Debugging
Remote Computer Name, drop down and select Configure...
Successfully shows the device configuration wizard, and was able to provision the target computer.
Was then able to select the target in Driver Install - Deployment, however I get the following error when selecting "Deploy". This could be related to my project tho, please let me know if you also see this.
Please select a valid target machine for deployment from the project property page
UPDATE: the above error may have simply been that I had the wrong configuration selected when hitting Deploy.
I just applied Update 1 to VS2015 Pro and am now getting the exact same error. It happens regardless of whether I make a new project or use my old 2015 Project. Looks like it's a bug in the update.
Not really a fix, but I went back to Visual Studio 2013, as it does not have this bug, and driver dev is working great.
I had the message:
Please select a valid target machine for deployment from the project property page
I was using the wrong architecture in the configuration properties for the project. My target test box is x64 and I had my configuration set to win32. Changing this to x64 fixed the issue for me.
I'm using Worklight version 6.2.0.01 in Eclipse Luna and Linux RHEL6 and when I try to create a new iPhone or iPad environment, it is not creating the native project properly, it only creates the following folders inside apps\my-app\ipad\native:
Resources (empty)
www
Native Resources -> Resources (empty)
I have already tried the steps described here in this post (Worklight Studio 6.2.0.01 in Ubuntu not creating .xcodeproj), but it not worked for me.
Can anyone help me?
Go to IBM Fix Central website and make sure you download & install the latest available 6.2.0.01 iFix. This should hopefully correct this behavior.
Maybe you need to reinstall worklight.
im using Eclipse:
Version: Juno Service Release 2 and everything is fine.
don't forget right click on your app -> build and environments
hope helpful for you