Changes between Initial Version and Version 1 of Ticket #63805, comment 13


Ignore:
Timestamp:
Mar 27, 2022, 2:05:47 AM (2 years ago)
Author:
chrstphrchvz (Christopher Chavez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63805, comment 13

    initial v1  
    22> It looks like something is capturing both stderr and stdout from xcodebuild when it should only capture stdout and ignore stderr.
    33
    4 This is happenning in mkspecs/features/mac/sdk.mk (which is an installed filed—patching it will require a revision bump):
     4This is happenning in mkspecs/features/mac/sdk.mk (which is an installed file—patching it will likely require a revision bump):
    55{{{
    66CHECK_SDK_COMMAND = /usr/bin/xcrun --sdk $(EXPORT_QMAKE_MAC_SDK) -show-sdk-version 2>&1