[ https://issues.apache.org/jira/browse/CB-14080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16468638#comment-16468638 ]
Paulo edited comment on CB-14080 at 5/9/18 9:56 AM: ----------------------------------------------------- I noticed now that it's an issue on my side. <header-file src="src/ios/Plot.h" /> <source-file src="src/ios/PlotProjects.framework" framework="true"/> <framework src="src/ios/PlotProjects.framework" custom="true" embed="true"/> The header file has a dependency on the src/ios/PlotProjects.framework. but I need to have it as an embed framework. Both can't be. I will try on stack overflow to solve my issue Sorry for bothering was (Author: lobao): I noticed now that it's an issue on my side. <header-file src="src/ios/Plot.h" /> <source-file src="src/ios/PlotProjects.framework" framework="true"/> <framework src="src/ios/PlotProjects.framework" custom="true" embed="true"/> The header file has a dependency on the src/ios/PlotProjects.framework. but I need to have it as an embed framework. Both can be. I will try on stack overflow to solve my issue Sorry for the bother > Custom framework not found > --------------------------- > > Key: CB-14080 > URL: https://issues.apache.org/jira/browse/CB-14080 > Project: Apache Cordova > Issue Type: Bug > Components: AllPlatforms > Affects Versions: cordova-ios 4.5.0 > Environment: > Reporter: Paulo > Priority: Major > > When adding a framework an issue occurs. Framework not found. > When I open the project with Xcode I can see the reference to the framework > is there but the path is: > /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/PlotProjects.framework > I can fix if I delete the reference and then add it again manually, but I > need that it's correctly added automatically. > > config.xml -> <source-file src="src/ios/PlotProjects.framework" > framework="true" embed="true"/> -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org