I have a problem with my PhpStorm IDE. I deleted the .idea folder to some project that I wouldn't in the project list. But now, when I open the IDE with my default project, I have the error in title:
Error loading Project: cannot load 3 modules.
In this window I can "Remove Selected" but nothing happens.
I tried to close project from File menu and add new project from existing folder but nothing happens.
I'm using PhpStorm on a Mac. Can you help me please?
Looks like there were some manipulations with Sources in this default project where you receive that error.
Close all instances of PhpStorm, remove .idea/modules.xml file and see how this will go when you will start the project again.
Related
What I mean by this is that usually in codeblocks when you create a new file while you have a project open asks you to add it to the project, and when you do it'll be tied to it so when you open the project file it will have the files with it, but this doesn't work for some reason, also right click in management doesn't work, just the whole management panel seems to be broken.
TL;DR: Codeblocks doesn't add newly created files to current open project file.
I get all sorts of errors and crashes in CodeBlocks... I'd create the file you want, then manually add it to the project folder (outside of CodeBlocks with file explorer/Finder/terminal) you want it in and refresh...
Some files on my Swift project, like circle.yml and .gitignore, aren't shown in the Xcode 9 Navigator. How do I get them so show up?
The Xcode project navigator is not a file browser. Just because something is in your project folder, doesn't mean the project is aware of it. The project isn't magically watching the project folder to see what's put in there. It knows about the stuff that it put in there, of course.
But you want something to be seen by the project, and you yourself put it into the project folder without telling the project that you did so, then just drag it into the project navigator to bring it to Xcode's attention. Note that you should decline Xcode's offer to make this part of the target. You don't want a .gitignore file to be built into your app; you just want the convenience of accessing it thru Xcode and the project window.
I have folder where i store all my projects. I have problem with one of them.
All projects except this have projectname.xcodeproj file.
When i open Xcode i see this project - it has icon with white background (other have blue background). I can open it, build and run.
I can't find this .xcodeproj file - so i can't run pod init in terminal for this folder. I See error "No xcode project found, please specify one".
I don't use git. Searching for this file had no results. What else can i do?
I think you may have changed the path for the specific project you're experiencing problems with. Try to create another project and just copy/paste the files from the old project into the new one and reference the new project.
Hello I've got a little problem while trying to create a new Project.
My aim is to get a total folder for sourc files, headers, external dependencies and ressource files auto generated.
Visual Studio does not create this folder for me.
I tried to activate and deactivate the plug in for controlling source code folders but it doesnt help.
At the beginning, when i ve created my first couple of projects it automaticallyy generated this folder. But now I do get nothing but my Project file without a source or a header folder
Thank You for every Help
When you are creating a new project there is a check box right above the OK button that says "Create a directory for this solution". Make sure this box is checked.
I updated a project (SVN). Update failed because a file cannot be opened, althought this file is not appearing anymore in the mentionned folder (I suspect that I deleted it with right click instead of SV-remove). When I load project with VS after a MakeAll, error occur:
error : Project "D:\...\ExportDatasetCSV.vcxproj" could not be found.
The file ExportDatasetCSV.vcxproj is indeed not existing at this place in the folders-tree. But before update I was able to compile code without any issue.
Could you please help me with your comments?
Thanks and regards.
Do a SVN cleanup in the root folder of your project.