[
https://issues.apache.org/jira/browse/CB-8024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227414#comment-14227414
]
ASF subversion and git services commented on CB-8024:
-----------------------------------------------------
Commit ed4f28b97546a2d78afd94c40a79532f36feec56 in cordova-ios's branch
refs/heads/wkwebview from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=ed4f28b ]
Removed 'WebKit.framework' from project tree.
It was removed from Link Binary with Libraries - but removing it there will not
remove it from the project tree. This was the cause of CB-8024.
> Adding plugin does not add framework
> ------------------------------------
>
> Key: CB-8024
> URL: https://issues.apache.org/jira/browse/CB-8024
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI, CordovaLib, Plugman
> Environment: OS X Yosemite 10.10
> Reporter: Shazron Abdullah
> Assignee: Anis Kadri
> Priority: Critical
>
> This can be repro'ed consistently:
> {code}
> cordova create wkwvtest test.project wkwvtest
> cd wkwvtest
> cordova platform add ios@wkwebview --usegit
> cordova plugin add
> https://github.com/apache/cordova-plugins.git#master:wkwebview-engine
> {code}
> Then, do a :
> {code}
> cordova build
> {code}
> The build fails because WebKit.framework was not added. It is specified in
> the plugin.xml:
> https://github.com/apache/cordova-plugins/blob/49b82c688a6d53c19bcd25098b4fac7f2f666680/wkwebview-engine/plugin.xml#L29
> *Expected:*
> Build is successful
> *Actual:*
> Build fails because WebKit.framework is not added.
> *Workaround:*
> Manually open the Xcode project, and add WebKit.framework. Unfortunately this
> is sometimes outside of the capability of some users, and this will fail on
> SaaS environments like PhoneGap Build, Telerik, etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]