lionheart / openradar-mirror

A mirror of radars pulled from http://openradar.me/.
246 stars 17 forks source link

26591236: `xcodebuild clean` does not clean "OBJROOT" that used on `xcodebuild install` #14782

Open openradar-mirror opened 8 years ago

openradar-mirror commented 8 years ago

Description

Norio 野村02-Jun-2016 09:30 AM

Summary: "OBJROOT" on xcodebuild install is different from the one on xcodebuild clean. So, xcodebuld clean does not properly clean directory that used on xcodebuild install. xcodebuild -showBuildSettings install also incorrect settings that actually used.

Steps to Reproduce:

  1. Unzip attached XcodeBuildSettingsTest.zip
  2. run collect-settings.sh that collect environment variables in run script and -showBuildSettings into logs
  3. Check diff between environments-in-run-script-on-install.log and showbuildsettings-on-install.log

Expected Results: "OBJROOT" will have same value between environments-in-run-script-on-install.log and showbuildsettings-on-install.log, as same between between environments-in-run-script-on-build.log and showbuildsettings-on-build.log

Actual Results: "OBJROOT" will have difference value between environments-in-run-script-on-install.log and showbuildsettings-on-install.log

Version: Xcode Version 7.3.1 (7D1014) OS X 10.11.5 (15F34)

Notes:

Configuration:

MacBook Pro (Retina, 13-inch, Late 2013) w: OS X OS X 10.11.5 (15F34).spx - configuration file has been successfully uploaded.

Attachments: 'XcodeBuildSettingsTest.zip' and 'MacBook Pro (Retina, 13-inch, Late 2013) w: OS X OS X 10.11.5 (15F34).spx' were successfully uploaded.

Product Version: 7.3.1 (7D1014) Created: 2016-06-02T00:34:44.492720 Originated: 2016-06-02T00:00:00 Open Radar Link: http://www.openradar.me/26591236

openradar-mirror commented 8 years ago

Modified: 2016-06-02T00:34:44.492900