[
https://issues.apache.org/jira/browse/CB-10156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15059307#comment-15059307
]
Clark commented on CB-10156:
----------------------------
This is my sample.
https://github.com/Clark159/clark159.github.io/raw/master/_posts/%5BCordova%5D/%5BCordova%5D%20Plugin%E8%A3%A1%E4%BD%BF%E7%94%A8iOS%20framework/clk-cordova-sample.zip
and this is create document for sample.
https://github.com/Clark159/clark159.github.io/blob/master/_posts/%5BCordova%5D/%5BCordova%5D%20Plugin%E8%A3%A1%E4%BD%BF%E7%94%A8iOS%20framework/2015-12-09-%5BCordova%5D%20Plugin%E8%A3%A1%E4%BD%BF%E7%94%A8iOS%20framework.md
> iOS platform FRAMEWORK_SEARCH_PATHS with add custom framework in plugin
> -----------------------------------------------------------------------
>
> Key: CB-10156
> URL: https://issues.apache.org/jira/browse/CB-10156
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.4.1
> Reporter: Clark
> Assignee: Shazron Abdullah
> Labels: cordova-6.0.0
>
> iOS platform FRAMEWORK_SEARCH_PATHS with add custom framework in plugin
> ========================
> Error :
> FRAMEWORK_SEARCH_PATHS = (
> "$(inherited)",
> "\"BlankCordovaApp1\Plugins\myPlugin\"",
> );
> ====================
> Right:
> FRAMEWORK_SEARCH_PATHS = (
> "$(inherited)",
> "\"BlankCordovaApp1/Plugins/myPlugin\"",
> );
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]