Giter VIP home page Giter VIP logo

Comments (37)

nek023 avatar nek023 commented on September 25, 2024

Thank you for your report, but I need further details to solve the problem.

from lin-xcode5.

EliSchleifer avatar EliSchleifer commented on September 25, 2024

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.

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

OK, debugging Xcode plug-in is very easy. Just run it :)

But before that, you have to open scheme settings,
http://gyazo.com/f3845bc5c9aa39e0863a93a36b751754

And confirm that Xcode.app is specified as an executable.
http://gyazo.com/0d42787a7cf7a94e4f2476ef08a27930

from lin-xcode5.

ehlersd avatar ehlersd commented on September 25, 2024

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.

from lin-xcode5.

SpacyRicochet avatar SpacyRicochet commented on September 25, 2024

This happens here as well. Seems like a RegEx search starts running on infinite. Could debug this when I have more time.

from lin-xcode5.

pdiegmann avatar pdiegmann commented on September 25, 2024

Any Update on this issue? (As I'm experiencing it as well).
Thank you for this great idea :)

from lin-xcode5.

osrl avatar osrl commented on September 25, 2024

I'm experiencing this issue too, Any update @questbeat ?

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

Sorry, not yet.
I haven't experienced this problem, so it's difficult for me to figure out.

from lin-xcode5.

osrl avatar osrl commented on September 25, 2024

Any help we can provide? I needed to uninstall the plugin, and i want it back :)

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

Thank you.
Would you please tell me about your project environment that the problem occurs? (e.g. the number of localization)
And I also want a screenshot. (Xcode message, Log, or something...)

from lin-xcode5.

osrl avatar osrl commented on September 25, 2024

There is no crash log, XCode freezes. can't click anything, cpu is running on %100, Not responding. Here is a screenshot:
screen shot 2014-01-14 at 21 05 29

And the localizations:
screen shot 2014-01-14 at 21 16 27

I know that's hard to tell what's wrong. Please tell me if you need any more information

from lin-xcode5.

kdbdallas avatar kdbdallas commented on September 25, 2024

Same here.
It takes Xcode to its knees and basically makes it unusable (if you want to get anything done)

from lin-xcode5.

vbGoz avatar vbGoz commented on September 25, 2024

I am experiencing the same issue.

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

OK, thanks for report.
But I have no time to work on this issue right now... (I have to write my thesis.)
So please remove this plug-in and wait for future updates.

from lin-xcode5.

osrl avatar osrl commented on September 25, 2024

We already did remove :( good luck with your thesis

from lin-xcode5.

orkenstein avatar orkenstein commented on September 25, 2024

The same to me. Very annoying! Pls fix it

from lin-xcode5.

Maik639 avatar Maik639 commented on September 25, 2024

Found the problem.
Here is a quick and dirty fix: http://pastebin.com/71pdnJw9

from lin-xcode5.

vbGoz avatar vbGoz commented on September 25, 2024

@Maik639 I tried your fix but it didn't fix the issue for me.

from lin-xcode5.

Maik639 avatar Maik639 commented on September 25, 2024

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.

from lin-xcode5.

avioli avatar avioli commented on September 25, 2024

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.

from lin-xcode5.

vbGoz avatar vbGoz commented on September 25, 2024

I debugged and figured out that it was HockeySDK for me. To be more specific hu.strings file of HockeySDK.

from lin-xcode5.

Vasia89 avatar Vasia89 commented on September 25, 2024

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.
I will attach crash report so you can look where is a problem: https://www.dropbox.com/s/8fqstlkcr2jbe85/Xcode_2014-03-03-120235_MacBook-Pro-Volodymyr.hang

Regards,
Vasyl.

from lin-xcode5.

joelekstrom avatar joelekstrom commented on September 25, 2024

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.

from lin-xcode5.

Vasia89 avatar Vasia89 commented on September 25, 2024

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.

from lin-xcode5.

Maik639 avatar Maik639 commented on September 25, 2024

You can have a look at my fix, i posted a few days ago. It should help you to get it working.

from lin-xcode5.

nielscastle avatar nielscastle commented on September 25, 2024

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

from lin-xcode5.

joelekstrom avatar joelekstrom commented on September 25, 2024

@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.

from lin-xcode5.

nielscastle avatar nielscastle commented on September 25, 2024

@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.

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

I will start working on this issue today.
Sorry for inconvenience and my lazy, everyone.

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

Are there any 3rd-party frameworks or libraries to reproduce this issue on my project?

from lin-xcode5.

avioli avatar avioli commented on September 25, 2024

Google Maps SDK hangs it for me. https://developers.google.com/maps/documentation/ios/
I would suggest a preferences/options dialog for adding exclusion patterns for paths.
Or some kind of timeout mechanism. Since there might be a huge project that requires a lot of time to process.

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

Thanks.

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

OK, I want to know what happens to your projects by applying my first fix.
I pushed to fix branch in this repository, so ... can anyone try it?

from lin-xcode5.

nielscastle avatar nielscastle commented on September 25, 2024

Hangs in HockeyApp with master branch

Repos/112puls/Vendor/HockeySDK-iOS/HockeySDK.embeddedframework/HockeySDK.framework/Versions/A/Resources/HockeySDKResources.bundle/ru.lproj/HockeySDK.strings

The fix branch solves the problem for me.

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

Merged fix to master.
I'll continue working on other issues and UI-improvements.

from lin-xcode5.

nek023 avatar nek023 commented on September 25, 2024

Please note that infinite loop problem is not fixed yet. (I'm working)

from lin-xcode5.

Vasia89 avatar Vasia89 commented on September 25, 2024

Sorry, for late response. Current fix works fine for me.
Thank you @questbeat.

from lin-xcode5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.