Bug 92331 - When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks
Summary: When Safari 6 is launched via the WebKit Xcode workspace, it does not link ag...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-25 21:30 PDT by mitz
Modified: 2012-07-26 20:24 PDT (History)
1 user (show)

See Also:


Attachments
Make the schemes in the workspace launch SafariForWebKitDevelopment (2.15 KB, patch)
2012-07-25 21:32 PDT, mitz
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-07-25 21:30:07 PDT
When running or debugging Safari 6 from the WebKit Xcode workspace, the value of DYLD_FRAMEWORK_PATH is ignored.
Comment 1 mitz 2012-07-25 21:32:15 PDT
Created attachment 154533 [details]
Make the schemes in the workspace launch SafariForWebKitDevelopment
Comment 2 Mark Rowe (bdash) 2012-07-25 23:16:52 PDT
Are we ok with the fact that this will now *require* Safari 6 to work?
Comment 3 mitz 2012-07-25 23:22:10 PDT
(In reply to comment #2)
> Are we ok with the fact that this will now *require* Safari 6 to work?

I can’t think of a way to make it work with Safari 5.1.x, other than duplicating the schemes. TOT WebKit will likely change in a way that will make it incompatible with Safari 5.1.x in the not-too-distant future, at which time this will be moot.
Comment 4 mitz 2012-07-26 20:24:42 PDT
Fixed in <http://trac.webkit.org/r123834>.