Bug 144233 - REGRESSION (r182952): Plug-in service fails to load because it links against WebKit2.framework
Summary: REGRESSION (r182952): Plug-in service fails to load because it links against ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-04-26 13:01 PDT by mitz
Modified: 2015-04-26 13:24 PDT (History)
0 users

See Also:


Attachments
Link against WebKit.framework instead of WebKit2.framework (5.03 KB, patch)
2015-04-26 13:07 PDT, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2015-04-26 13:01:27 PDT
<rdar://problem/20702337>
Comment 1 mitz 2015-04-26 13:07:02 PDT
Created attachment 251704 [details]
Link against WebKit.framework instead of WebKit2.framework
Comment 2 Simon Fraser (smfr) 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?
Comment 3 mitz 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!
Comment 4 mitz 2015-04-26 13:24:44 PDT
Fixed in <http://trac.webkit.org/r183360>.