Github user shazron commented on the issue:
https://github.com/apache/cordova-ios/pull/299
For others to test the `embed` attribute for framework tag, you need the
latest `cordova-common` module in your Cordova CLI:
```bash
git clone https://github.com/apache/cordova-lib.git /tmp/cordova-lib
cd `which cordova`/../..
npm install /tmp/cordova-lib/cordova-common
```
(unfortunately cordova-common does not have a nightly, nor does the
cordova@nightly include the latest cordova-common)
You will also need the nightly cordova-ios platform:
```bash
cordova platform add ios@nightly
```
So after updating your CLI, you can do this:
```bash
cordova create test
cd test
cordova platform add ios@nightly
cordova plugin add
https://github.com/shazron/cordova-plugin-hello-world-framework
# verify in Xcode
open -a Xcode platforms/ios
# deploy
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]