Frederico Costa Galvão created CB-10362:
-------------------------------------------
Summary: LIBRARY_SEARCH_PATHS are holding too many duplicates
Key: CB-10362
URL: https://issues.apache.org/jira/browse/CB-10362
Project: Apache Cordova
Issue Type: Bug
Components: CLI, iOS
Affects Versions: 5.4.1
Environment: Xubuntu 14.04 x86_64, [email protected], [email protected]
Reporter: Frederico Costa Galvão
Priority: Minor
h4. Steps
# cordova create hello && cd hello
# cordova platform add ios
# grep 'LIBRARY_SEARCH_PATHS' -A 30
platforms/ios/HelloCordova.xcodeproj/project.pbxproj // nothing, clean project
has no libraries
# cordova plugin add phonegap-plugin-push
# grep 'LIBRARY_SEARCH_PATHS' -A 30
platforms/ios/HelloCordova.xcodeproj/project.pbxproj
h4. Expected
{code}
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
);
{code}
h4. Actual
{code}
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
"\"$(SRCROOT)/HelloCordova/Plugins/phonegap-plugin-push/GCM/Libraries\"",
);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]