-
Notifications
You must be signed in to change notification settings - Fork 77
This plugin can result in xcode Infinite loop #3
Comments
Thank you for your report, but I need further details to solve the problem. |
I can reproduce this problem as well. I have never debugged a plugin. If you have some quick notes on how to achieve that I can try to dig in. |
OK, debugging Xcode plug-in is very easy. Just run it :) But before that, you have to open scheme settings, And confirm that Xcode.app is specified as an executable. |
I can report that it is happening on my Xcode5 project also. When the project is opened, it opens up, and then just sits there running at 100% CPU indefinitely. |
This happens here as well. Seems like a RegEx search starts running on infinite. Could debug this when I have more time. |
Any Update on this issue? (As I'm experiencing it as well). |
I'm experiencing this issue too, Any update @questbeat ? |
Sorry, not yet. |
Any help we can provide? I needed to uninstall the plugin, and i want it back :) |
Thank you. |
Same here. |
I am experiencing the same issue. |
OK, thanks for report. |
We already did remove :( good luck with your thesis |
The same to me. Very annoying! Pls fix it |
Found the problem. |
@Maik639 I tried your fix but it didn't fix the issue for me. |
May you have an other framework and not google maps? or your project has to big .string files? You can debug that piece of code to finde the problem. |
I've experienced the same issue and what @Maik639 suggested to do did the trick for me. I'm using the Google Maps framework and that was probably hogging XCode. |
I debugged and figured out that it was HockeySDK for me. To be more specific hu.strings file of HockeySDK. |
Hello. This plugin is something incredible. It is so easy and so useful. Every one must have. But, i could not open some xcode projects (even when this plugin is turned off). I am using XCode 5. Regards, |
Just wanted to say I have the same problem. Could be because of lib localizations. For example we have Helpshift in our project which adds a lot of localization files. |
Yes, you are right @accatyyc. My project used localized third party libraries. But, i think when i turn off plugin it would not work any more. But is seems that it still works. The only way is force close xcode and remove this plugin, and later put it plugin back. This is annoying :( Anyway, thanks developers for the works, and this product. |
You can have a look at my fix, i posted a few days ago. It should help you to get it working. |
A naïve quick fix is available here #12 that skips all files located below folders ending in ".framework". It would be great if someone would try it out so we can provide some feedback to @questbeat |
@nielscastle That solves it for some probably, but it should also skip Pods-folder I guess, since that's the problem for me at least. That might not be good though, if some pod is supposed to supply localized strings, for example. |
@accatyyc - roger that. I hadn't thought of developers working with the localisations from within the frameworks or libraries. I'll look in to why poking around the framework hangs the plug-in. |
I will start working on this issue today. |
Are there any 3rd-party frameworks or libraries to reproduce this issue on my project? |
Google Maps SDK hangs it for me. https://developers.google.com/maps/documentation/ios/ |
Thanks. |
OK, I want to know what happens to your projects by applying my first fix. |
Hangs in HockeyApp with
The |
Merged |
Please note that infinite loop problem is not fixed yet. (I'm working) |
Sorry, for late response. Current fix works fine for me. |
after Infinite loop only Forced out
The text was updated successfully, but these errors were encountered: