Re: Issues with wrong Derived Data path
Re: Issues with wrong Derived Data path
- Subject: Re: Issues with wrong Derived Data path
- From: Fritz Anderson <email@hidden>
- Date: Fri, 11 Oct 2013 11:41:53 -0500
On 11 Oct 2013, at 7:00 AM, Ulf Dunkel <email@hidden> wrote:
> Where should I search for information about the old
> "MyApp-arfyjztjuigmieblnwmlchjhmzym" hash which Xcode 5 still seems to
> use from an old Xcode 4 setting?
When I had orphan paths before, it was because I'd made a setting in an earlier version of Xcode. In a later version, the UI for editing the setting was removed, but the build system still honored it.
I had hand-edit the Xcode defaults plist (~/Library/Preferences/com.apple.dt.Xcode.plist). Your promlem may lie in the main configuration files hidden in the project/workspace package files.
The prefs file is binary. If you have BBEdit (TestWrangler?), you can edit it directly. Othewise, you'd have to convert it through plutil.
Search for that hash string in the prefs and the project/workspace internal files. In the prefs file, removing it is easy. In project/workspace files, it may require running down multiple references… but my check shows me that build settings are easy to find in a .pbxproject.
I don't promise a solution, but that's what I'd try next. Of course, back up any file before you edit it.
— F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden