Shazron Abdullah created CB-8024:
------------------------------------
Summary: 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
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]