Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 3 replies, 0 views
Hi, thank you for the hint. But this is not the case. The problem is that I create a column with an expression using start time and end time. Something like this:
<start-pattern>
<time>?starttime</time>
<message>...</message>
</start-pattern>
<end-pattern>
<time>?endtime</time>
</end-pattern>
<column>
<mnemonic>milliseconds</mnemonic>
<title>msecs</title>
<type>fixed-decimal</type>
<expression>(/ (- ?endtime ?starttime) 1000000)</expression>
</column>
This worked with Xcode 13.2 and earlier and does not work with Xcode 13.3 anymore.