You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/02 11:19:59 UTC

[GitHub] guylando opened a new issue #557: Can't both link and embed a library

guylando opened a new issue #557: Can't both link and embed a library
URL: https://github.com/apache/cordova-ios/issues/557
 
 
   Embedding library was implemented here: https://github.com/apache/cordova-ios/pull/299 but it was implemented such that it can't be both linked and embedded.
   
   This is a problem because some libraries require to be both linked and embedded, see:
   https://github.com/twitter/twitter-kit-ios/wiki/Installation#install-twitter-kit-manually
   
   The workaround here: https://stackoverflow.com/questions/36650522/custom-cordova-plugin-add-framework-to-embedded-binaries/49999343#49999343 does NOT work well as described here: https://stackoverflow.com/questions/36650522/custom-cordova-plugin-add-framework-to-embedded-binaries/49999343#comment87675491_49999343
   
   Any solution to libraries which need to be BOTH linked and embedded?
   @shazron 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org