As of today, the STS has started displaying strange little question marks throughout its output every time I run a project (any project). I'm not sure why. Does anyone have any clue why and how I can fix it?
Thanks!
Related
So I have an xcode project that fails every time I run it on my computer. Works on other computers though. I get the following error:
dyld: Library not loaded: /System/Library/PrivateFrameworks/Swift/libswiftCoreFoundation.dylib
Now, when I look in /System/Library/PrivateFrameworks/Swift/ I can't find the libswiftCoreFoundation.dylib file. But other swift projects work just fine. I have no idea how to fix this. I've tried cleaning, restarting my computer, creating a copy of the project, updating Xcode, updating command line tools, everything I could think of.
The project was working just fine a few hours ago. Something went wrong by itself. No clue how to fix things.
After spending 6 straight hours debugging and trying to fix things, I found the solution. For some reason, my "Library Search Paths" was filled with the wrong directory. I never set it to that directory. But it was set.
Here is what I mean:
The highlighted field was filled with the following: macosx/System/Library/PrivateFrameworks/Swift
I just took that out. I hope this helps save some future traveler the pain and torture I went through
I'm seeing some truly bizarre behaviour from lldb in one of my projects. When I stop execution at a breakpoint and enter anything at all in the debugging console, there is no response:
I'm running a debug build here. The issue does not occur in other projects, where I can debug without issue.
This is a real head-scratcher. Has anybody run into this before?
I solved the issue, but in an unsatisfying manner; by getting a fresh clone from git.
I suppose one of the files in the standard Xcode .gitignore got weird and caused this behaviour.
I am hoping someone here can at least point me in the right direction to solving this frustrating issue. The smartbear community had no response.
I have a bunch of tests set up in TestComplete to test a web application. When I run them all at once, I consistently get an RPC Server Unavailable Error. I have no idea what this means. When I run the tests individually, there is no issue with the scripts.
I have tried running them in a script, calling them from a keyword test, and just using the project set up to call them all in order. No dice. Running each test manually completely defeats the purpose of automation.
Any ideas on how to fix this or at least where the F*** to start?? I did not have this problem with TC10, only when I upgraded to TC11
Thanks
So, in each of my modules, I was opening and closing Chrome. I decided to try taking out the close statement. Boom, no error. It still refreshes the page, which is fine. I don't know why this was a problem, but I got it to run all the modules concurrently
Xcode started a to do very strange thing, which totally messing up my code. I can't build because I'm getting countless errors (everything worked about a week ago) and all this happening, because Xcode started to replace my lines! with the text "utf-8;134217984". This actually deletes the actual line, even if Its code!!!!
Messing up the whole project, all imports, HELP PLEASE! This happens at every start and very-very annoying.
Screenshoot:
Image
Try to delete and create again the file ? You problem is a bit curious could you be a bit more descriptive ?
Regards,
I just started using PhpDocumentor 2. Everything seems to works and all the files are processed but when it reaches this 'Transform analyzed project into artifacts' it gets stucked for hours and never finishes it.
I was wondering if anybody had this issue before, it would be awesome if you can point me out to the right direction to fix it
Thanks!
phpDocumentor has a mailing list at https://groups.google.com/forum/#!forum/phpdocumentor and issues can be logged at https://github.com/phpDocumentor/phpDocumentor2/issues. You may want to bring this problem to either of those places.