[
https://issues.apache.org/jira/browse/CB-10156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15059137#comment-15059137
]
Shazron Abdullah commented on CB-10156:
---------------------------------------
I tried it with the phonegap-facebook-plugin on OS X:
https://github.com/Wizcorp/phonegap-facebook-plugin
{code}
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"ProjectName/Plugins/phonegap-facebook-plugin\"",
);
{code}
The path.sep here is a forward slash, which is correct.
> 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, cordova-ios-4.0.1
>
> 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]