Is it possible to automate build settings in a Cordova iOS plugin? -


I need to add an "header search path" and a linker flag to the XCode build A plugin is installed

Specifically, I want to add $ (SDKROOT) / usr / include / libxml2 to "header search path" and -lxml2 to "other linker flags"

gt;

but currently a linker With Vj can not be automatically installed.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -