<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Move functionality common to Darwin ports into a base class"
   href="https://bugs.webkit.org/show_bug.cgi?id=160709#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Move functionality common to Darwin ports into a base class"
   href="https://bugs.webkit.org/show_bug.cgi?id=160709">bug 160709</a>
              from <span class="vcard"><a class="email" href="mailto:jbedard&#64;apple.com" title="Jonathan Bedard &lt;jbedard&#64;apple.com&gt;"> <span class="fn">Jonathan Bedard</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=160709#c4">comment #4</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=285675&amp;action=diff" name="attach_285675" title="Patch">attachment 285675</a> <a href="attachment.cgi?id=285675&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=285675&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=285675&amp;action=review</a></span >
....
<span class="quote">&gt; 
&gt; &gt; Tools/Scripts/webkitpy/port/darwin.py:199
&gt; &gt; +    def xcrun_find(self, command, fallback):
&gt; &gt; +        _log.warn(&quot;xcrun undefined; falling back to '%s'.&quot; % fallback)
&gt; &gt; +        return fallback
&gt; 
&gt; This does not seem correct. We can and should make use of xcrun to find
&gt; command line tools for both the Mac and iOS ports.</span >

We do use xcrun for both Mac and iOS, but iOS assumes it's being run through a simulator, so it has a few extra arguments.  ios.py line 400 has the iOS simulator xcrun.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>