Colin Rofls

Results 167 comments of Colin Rofls

interesting, I expect names to be in the format `TARGET_Time-Profiler_2021-08-17T09:28:47.trace`.

interesting, this may be file system dependent? in any case I can patch to remove colons, thanks.

So it doesn't seem to be colons. cross-posted from #47: I'd love to figure out if this is a problem with specific projects, or if it's a problem with your...

@teymour-aldridge is the project that is not working for you public?

oh, if your process never exits then instruments is just running forever. You can use the `--time-limit` argument to kill the process after some elapsed time. If you want to...

@teymour-aldridge Is your application also something that never terminates, or do you think you have a different problem?

hmm, I'm really not sure what's going on here. I assume you also can't run `xcrun xctrace` manually from the command line?

@GregoryTravis try `xcode-select --install`, does it tell you command line tools are installed already, or does it prompt you to install them? (If prompted install and this should work, if...

Nope, but sometimes the path to the tools can be unset, or need to be updated after a new Xcode release? I'm not really sure of all the failure conditions,...

hmm, perhaps? I haven't ever not had Xcode installed.