Bug 144233

Summary: REGRESSION (r182952): Plug-in service fails to load because it links against WebKit2.framework
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Link against WebKit.framework instead of WebKit2.framework simon.fraser: review+

mitz
Reported 2015-04-26 13:01:27 PDT
Attachments
Link against WebKit.framework instead of WebKit2.framework (5.03 KB, patch)
2015-04-26 13:07 PDT, mitz
simon.fraser: review+
mitz
Comment 1 2015-04-26 13:07:02 PDT
Created attachment 251704 [details] Link against WebKit.framework instead of WebKit2.framework
Simon Fraser (smfr)
Comment 2 2015-04-26 13:09:53 PDT
Comment on attachment 251704 [details] Link against WebKit.framework instead of WebKit2.framework View in context: https://bugs.webkit.org/attachment.cgi?id=251704&action=review > Source/WebKit2/WebKit2.xcodeproj/project.pbxproj:764 > + 371E69591AED7A0F00495E48 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC3DE46815A91763008D26FC /* Foundation.framework */; }; > + 371E695A1AED7A5B00495E48 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC3DE46815A91763008D26FC /* Foundation.framework */; }; Is it OK that this is here twice?
mitz
Comment 3 2015-04-26 13:11:49 PDT
(In reply to comment #2) > Comment on attachment 251704 [details] > Link against WebKit.framework instead of WebKit2.framework > > View in context: > https://bugs.webkit.org/attachment.cgi?id=251704&action=review > > > Source/WebKit2/WebKit2.xcodeproj/project.pbxproj:764 > > + 371E69591AED7A0F00495E48 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC3DE46815A91763008D26FC /* Foundation.framework */; }; > > + 371E695A1AED7A5B00495E48 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC3DE46815A91763008D26FC /* Foundation.framework */; }; > > Is it OK that this is here twice? Yes, one is the item in the 32-bit service’s list and the other is the one in the 64-bit service’s. But I did mix it up in the change log: it’s WebKit, not Foundation, that was already being linked by one of them. I’ll fix that. Thanks!
mitz
Comment 4 2015-04-26 13:24:44 PDT
Note You need to log in before you can comment on or make changes to this bug.