WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 144233
REGRESSION (
r182952
): Plug-in service fails to load because it links against WebKit2.framework
https://bugs.webkit.org/show_bug.cgi?id=144233
Summary
REGRESSION (r182952): Plug-in service fails to load because it links against ...
mitz
Reported
2015-04-26 13:01:27 PDT
<
rdar://problem/20702337
>
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
View All
Add attachment
proposed patch, testcase, etc.
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
Fixed in <
http://trac.webkit.org/r183360
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug