Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
cordova-ios 4.5.0
-
None
-
None
-
Description
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"/>