MobileNativeFoundation / MobileNativeFoundation/XCLogParser

Question: Can the event "Create directory..." be removed from the start of targets?

Open
#148 6 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
1.9k
Forks
138
PR merge metrics
No merged PRs in 30d

Description

I tried this out a couple of months ago and it was correctly showing the start and stop times of each target.

Screen Shot 2021-10-19 at 2 01 51 PM

I just tried again today and for some reason it's reporting all targets starting at the same time.

Screen Shot 2021-10-19 at 2 02 15 PM

Each target is now starting with a Create directory Target.framework and Create directory Headers step that happens when the build starts. Then there's a long period of inactivity before the target actually starts building.

Screen Shot 2021-10-19 at 2 21 50 PM

As far was I can tell, both builds were done with Xcode 12.5.1 and no build settings have changed that should affect that. But XCLogParser hasn't had an update so it's unlikely to be a cause of the change in behaviour.

Any recommendations for build settings I can look at that could be causing this?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported behavior with Xcode 12.5.1 and inspect the xcactivitylog output around the “Create directory Target.framework” and “Create directory Headers” steps. Done would require determining whether XCLogParser should exclude these events or whether the behavior comes from Xcode build settings, then documenting a clear fix or recommendation.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.