[TIMOB-3181] The building Process in 1.6.0.RC1 is very slow, if the mdfind command is used..
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-07-26T16:34:14.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | darki777 |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:38:57.000+0000 |
Updated | 2012-07-26T20:25:45.000+0000 |
Description
Hello,
the mdfind command in the builder.py makes the things very slow, in
1.6.0.RC1 in line 1017 (results = run.run(['mdfind',...)
I waited only once about a half hour, that's a little bit too slow
for me xD (my mac isn't the problem, everything else is always fine
with the performance, but not this one). Then I changed the whole
"cleanup_app_logfiles" function to a comment. Now it works fine for
me.
Greetings,
darki777
This issue has also caused me trouble. It will occasionally take about 45 minutes for an app to build (compared to normally taking only a couple of seconds for the same app). As a temporary fix I have also commented out the cleanup_app_logfiles function.
Duplicate of TIMOB-5085