Github user shazron commented on the issue:

    https://github.com/apache/cordova-ios/pull/299
  
    Debugged this. Found a solution.
    
    1. The `embed` option will only add the framework if the "Copy Files" phase 
(that has to be named "Embed Frameworks") exists.
    2. There is a double embed after 1. was added. The two lines here result in 
the double: 
https://github.com/apache/cordova-ios/blob/11dcc31fa22f08da542cd464c7562bfdd9cb261d/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js#L93-L95
  This is because I believe, these two lines of code actually do not do 
anything currently because the Copy Files phase in 1 did not exist. If it 
existed, you would have seen the error. Removing the two lines should fix it.


---
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]

Reply via email to