Changes between Initial Version and Version 1 of Ticket #33724


Ignore:
Timestamp:
Mar 24, 2012, 12:39:21 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I'm wondering what part of the installer requires xcodebuild.... Is it just that the installer uses "sudo port selfupdate", and every port command always calls xcodebuild now?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33724 – Description

    initial v1  
    11Installing Xcode 4.3 requires the user to execute:
    22
    3 > xcode-select -switch /Applications/Xcode.app/Resources/Developer/
     3{{{
     4xcode-select -switch /Applications/Xcode.app/Resources/Developer/
     5}}}
    46
    57from the command line in order for xcodebuild to execute correctly. If this is not done, xcodebuild hangs. The installer requires xcodebuild; therefore, this condition will hang the installer. The installer should have a timeout on xcodebuild and give the user an appropriate error message.